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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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
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
Hi,
Can you check this: https://www.youtube.com/watch?v=TWccA-tVa9E&vl=en
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.