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

Hi,

when I'm installing the debian package from the nightly code with odoo8. What are the username and password of the postgrsql user? 

Where can I check this ?


Thanks for you help.

Avatar
Discard
Best Answer

If you mean the 'postgres' user, I don't think there is a password. Just try:

sudo su
su - postgres
psql

There you can create users with the official syntax from postgresql.

Avatar
Discard
Author

When I do "su odoo" it want a password . But I don't know the password, because I installed odoo with debian nightly build. What's the password?

Author

I need the user that postgres use for odoo and the password :)

Why? There is no need for it.

if you want to login as 'odoo' user then do "sudo su" and then "su - odoo". It should not ask you for password..

Related Posts Replies Views Activity
1
Aug 24
26617
2
Sep 22
6856
2
May 16
3115
0
May 20
2003
2
Jun 19
4977