I installed postgres enterprise manager,EDB extended server as well as PEM agent from their official website.I navigated to the web interface using my ip address.Each time I try to connect to the server I keep getting timeout error despite inputting my password.
Verify that the PostgreSQL server is running, you can try connecting to the server using a PostgreSQL client tool, such as psql.
You also want to ensure that the necessary ports (default is 5432 for PostgreSQL) are open in your firewall.
Lastly, make sure that you have installed a compatible version of PEM, EDB Extended Server, and PEM Agent. You can check the documentation or release notes for any known compatibility issues between these components. See more here.
2
Answers
Make sure the Postgres Server is running and the correct port of the server is set in the PEM. By default, postgres uses port 5432.
Verify that the PostgreSQL server is running, you can try connecting to the server using a PostgreSQL client tool, such as psql.
You also want to ensure that the necessary ports (default is 5432 for PostgreSQL) are open in your firewall.
Lastly, make sure that you have installed a compatible version of PEM, EDB Extended Server, and PEM Agent. You can check the documentation or release notes for any known compatibility issues between these components. See more here.