Skip to Content
Menu
This question has been flagged
1 Reply
5712 Views

Hi,
I keep getting this message (createuser: could not connect to database postgres: could not connect to server: No such file or directory. ) when i want to create a database user for odoo. I just following these \

Btw I use odoo v11, and i have installed odoo v10 and it was fine with that...


Regards,
Imad

Avatar
Discard
Best Answer

Hi 

Ensure that the PostgreSQL server is running. if its not start and enable the postgres service,Verify that the PostgreSQL server is configured correctly and listening on the expected port.

systemctl start postgresql.service 
systemctl enable postgresql.service 

Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
3
Feb 24
5541
2
Jul 22
9036
1
Jun 21
2308
2
Feb 21
299
8
Feb 21
15357