Hi everyone
My first and new installation of 9.0 community
When I start odoo using my user and odoo.py it's ok
When I try with "service odoo start" I have a issue
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 164, in connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
OperationalError: FATAL: password authentication failed for user "odoo"
FATAL: password authentication failed for user "odoo"
So I delete the odoo user and crate a new one whith all permissions
CREATE ROLE odoo WITH PASSWORD 'mypasswd' SUPERUSER;
But nothing change
what's the solution ?