Currently, our config DB is hosted on a non-redundant DBMS environment. We've setup a DBMS Environment with replication using the same host server on a
different postgres port (5433), however, we can't switch over CfgServer to this new DBMS instance at port 5433.
Actions taken;
- Edit confserv.conf and add [dbserver].port=5433, restart CfgServer.
- Modify dbserver = pma1xxxppgdb01:5433 of confserv.conf and restart confserv Application, still no luck.
Has anyone done this before? if yes, how? Thank you in advance