another persistance provider configuration
I have some assignment to connect other postgesSQL DB Server
So, I would like to do the lab scale to test that i can configure connection before do it on production
What I have now is
-Thingworx Server (Windows2012,Thingworx8.4, pgadmin4)
-Postgre DB Server (Ubuntu18.04LTS,PostgreSQL10)
I read the idea from this topic
https://community.ptc.com/t5/IoT-Tech-Tips/How-to-set-up-a-second-Persistence-Provider/td-p/533066
I need to check my understanding first, Does this right?
Question No.1 : I have to install other Postgres version on my DB Server? (Yes,No)
My Answer : I think..."yes" , following the topic above pgadmin show that it has postgre 9.4 and 9.5 in pgadmin
Question No.2 : In topic above said like what to do is only change the port from 5432 to 5433 in installation script (thingworxPostgresDBSetup.bat) But??? How my db server know which version of postgres will execute?
I check on thingworxPostgresDBSetup.bat. It will execute "psql.exe"
I'm inexperince in back-end job like db installation.
Please Recommend me
