Skip to Content
Menu
This question has been flagged
3 Replies
6949 Views

Could I have some info on how to install pgadmin4? I have found several tutorials, but I think I have problems with python versions. I use Odoo 12.0-20200222 (Community Edition) on Ubuntu 18.04.4 LTS Server.

Based on nginx

Avatar
Discard
Best Answer
  • sudo apt-get update
  • sudo apt-get install postgresql-11
  • sudo apt-get install postgresql-client-11
  • sudo apt-get install libpq-dev
  • sudo apt-get install postgresql-server-dev-11
  • sudo apt-get install pgadmin4


Avatar
Discard
Best Answer

Hi Dario, 

Pgadmin4 is a package your would usually install on a client machine to access either a local or remote PostgreSQL server. Odoo is not a dependency of either. Once you have PostgreSQL installed as part of the Odoo installation, you need to ensure your postgresql.conf and pg_hba.conf is configured to allow connections via PgAdmin4. The Odoo doc provides you with instructions to install PostgreSQL. 

Kind regards,

Edgar

Avatar
Discard
Best Answer

Hi,

Can you check this: https://www.youtube.com/watch?v=TWccA-tVa9E&vl=en

Thanks

Avatar
Discard