Comments on How to Install PostgreSQL and pgAdmin4 on Ubuntu 18.04 LTS
pgAdmin4 is an open-source PostgreSQL management tool designed for multiple PostgreSQL database versions. In this tutorial, we're going to show you the installation and configuration of pgAdmin4 'Server Mode' on Ubuntu 18.04 server.
10 Comment(s)
Comments
Hello.
Great article bu screenshoots are very small, they are useless:
https://www.howtoforge.com/images/how_to_install_pgadmin4_on_ubuntu_1804_server/big/6-8.png
https://www.howtoforge.com/images/how_to_install_pgadmin4_on_ubuntu_1804_server/big/6-9.png
This problem occurs regularly on howtoforge.
Thank You.
Radek
The issue affects some older tutorials and very few recent tutorials where the author did not provide larger screenshots. We always urge the authors to provide full-size screenshots and if such a screenshot exists, then you can get the large version by clicking on the screenshot.
Thanks for this tutorial.
With this guide, I'am able to setup the postgresql and pgadmin4 on my own server.
Btw, the real man are reading the article, not looking for screenshot.
Imho, the screenshot is important, but the article is more important.
Thank You.
Xenial
It's asking me for password while running (su - postgres) command in terminal
This means you were not logged in as root user then. enter the root password when requested.
The pgadmin4 is not opening in the given IP address
Use "localhost/pgadmin4/" address.
Thanks
Hello, Great article. At the very end command I receive an error;
root@kevin-OptiPlex-780:/etc/apache2/sites-available# systemctl restart apache2Job for apache2.service failed because the control process exited with error code.See "systemctl status apache2.service" and "journalctl -xe" for details.
Any suggestions on resolving this issue?
Thanks
1.Following command does not work in Ubuntu:
su - postgresInstead, I used :
sudo -i -u postgres
2. To launch type pgadmin4 in terminal, all set to go