im trying to install odoo in my local dev server with this @dev:~/odoo# python3 odoo-bin --addons-path=addons --db_user=agaitan --db_host=45.237.185.27 --db_password=etc -d odoo but getting error what im missing? thank you
This question has been flagged
Hi,
The error usually occurs because the Odoo startup command is missing required parameters or the database connection details are incorrect. When running Odoo locally but connecting to a remote database, you must ensure that PostgreSQL is configured to accept remote connections (via pg_hba.conf and postgresql.conf), and that the user, password, and database specified are valid and accessible from your machine.
You should also verify that your addons path points to the full directory location (e.g., /home/dev/odoo/addons), not just addons.
In short, confirm that PostgreSQL allows external connections, double-check your credentials, include the full path to your addons directory, and ensure you’ve installed all Python dependencies before running Odoo. These are the most common causes of the startup error.
For detailed installation documentation:-
* https://www.cybrosys.com/blog/how-to-install-odoo-19-on-ubuntu-24-lts-server
* https://www.youtube.com/watch?v=hZ9gBV5qsc8
* https://www.youtube.com/watch?v=a8obcWMD2mI
Hope it helps
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
What error..?