-
-
Notifications
You must be signed in to change notification settings - Fork 46
Home
Gareth Flowers edited this page Sep 17, 2020
·
3 revisions
To change the port number of PostgreSQL Portable you will need to edit two files:
-
.\PostgreSQLPortable\App\AppInfo\Launcher\PostgreSQLPortable.ini
Within the
[Environment]
section add (or amend) a PGPORT entry for the desired port number:PGPORT=6543
-
.\PostgreSQLPortable\Data\data\postgresql.conf
Within the
CONNECTIONS AND AUTHENTICATION
section un-comment theport
setting and change its value to the desired port number:port=6543
Once completed relaunch your PostgreSQL Portable application and you should be connected on the new port number.
No, the PostgreSQL Portable application will work with or without the PortableApps.com Platform. Just download, install to your portable area and run.