Details
-
Improvement
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
Description
Hi,
The BI Connector 1.x documentation lacks instructions on how to change the default port.
To change the default port, the following needs to be performed:
1. Edit the postgresql.conf file by running sudo vi /etc/postgresql/9.4/main/postgresql.conf
2. Look for port and change the value from 27032 to the required value
3. Restart the postgresql service:
sudo service postgresql stop
|
sudo service postgresql start
|
Regards,
Tomer