Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
We are trying to setup a Thingworx server with Azure PostgreSQL services.
Reffered few articles.
Here it says, Thingworx Foundation Installer is not supported on Azure PostgreSQL.
Is that possible to setup a Thingworx with Azure PostgreSQL in manual mode of installation (without installer)?
Solved! Go to Solution.
If you are referring to a managed PostgreSQL db instance, then it's currently not supported. Support will be added for this in the future. In the meantime, you will have to install PostgreSQL manually and manage it yourself.
Regards.
--Sharon
Even though the installer isn't able to do it, you can do this manually.
You may run into some issues running the database creation/schema scripts, but if you can execute those directly within the database itself (using management studio for example), you shouldn't have an issue.
If you are referring to a managed PostgreSQL db instance, then it's currently not supported. Support will be added for this in the future. In the meantime, you will have to install PostgreSQL manually and manage it yourself.
Regards.
--Sharon