I have Odoo-8 running (postgresql / pyhton etc.) on Ubuntu 14.10. I need to manage the DB with something like phpmyadmin. What program is best to use and I also need installation instructions. Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
phpPgAdmin is a program similar to phpMyAdmin, but for Postgres. While we don’t have a tutorial targeting 14.10 specifically, this one should point you in the right direction:
You might also want to take a look at pgAdmin. It is a desktop application for Windows, Mac, and Linux that can connect to and manage a remote Postgres server.