hi,
when i run / rerun on primary node behind NAT with passwordless ssh between node1/2 and and all the firewall rules in place (script adds them too to local fw ) using external IPs
i get
This is with the latest 1.9.9 from installation script.
when i run / rerun on primary node behind NAT with passwordless ssh between node1/2 and and all the firewall rules in place (script adds them too to local fw ) using external IPs
Code:
sh /var/www/fspbx/install/setup_logical_replication.sh
i get
Code:
Verifying PostgreSQL runtime settings on xx.xx.xx.11...
PostgreSQL runtime settings verified on xx.xx.xx.11
Verifying PostgreSQL runtime settings on xx.xx.xx.22...
PostgreSQL runtime settings verified on xx.xx.xx.22
Testing PostgreSQL connection from xx.xx.xx.11 to 127.0.0.1:5432...
psql: error: connection to server at "127.0.0.1", port 5432 failed: FATAL: password authentication failed for user "fusionpbx"
connection to server at "127.0.0.1", port 5432 failed: FATAL: password authentication failed for user "fusionpbx"
PostgreSQL connection from xx.xx.xx.11 to 127.0.0.1:5432 failed. Verify the target server's 'fusionpbx' database password and network access.
This is with the latest 1.9.9 from installation script.