Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2179 Vizualizări

I am using iMac19,2. I have installed odoo14 with the same database name as my mac user name. But each time access to database requires  password. I want to access to db without password like I use to do in Linux. How can I configure this on Mac?

Imagine profil
Abandonează
Cel mai bun răspuns

Make sure you are following correct installation process. You need to create a PostgreSQL user with the same name as your Unix login (not db name).

 $ sudo -u postgres createuser -s $USER 

$ createdb $USER

for details https://www.odoo.com/documentation/14.0/administration/install/install.html#demo

Imagine profil
Abandonează
Autor

Thank you

Related Posts Răspunsuri Vizualizări Activitate
3
sept. 25
2732
0
aug. 25
345
1
aug. 25
2398
2
iul. 25
8166
2
iul. 25
4607