Install and Configure PostgreSQL (Ubuntu)
support.ptc.com › help › thingworx_hcBy default, the PostgreSQL server is installed in a locked-down state. The server will only listen for connections from the local machine In order to get ThingWorx to communicate to the PostgreSQL server, some configuration changes need to be made so that PostgreSQL knows to listen for connections from other users (thingworx user, default is twadmin) and/or other machines (ThingWorx installed ...
PostgreSQL: Linux downloads (Ubuntu)
www.postgresql.org › download › linuxTo install PostgreSQL on Ubuntu, use the apt-get (or other apt-driving) command: apt-get install postgresql-12. The repository contains many different packages including third party addons. The most common and important packages are (substitute the version number as required): postgresql-client-12. client libraries and client binaries.