Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2163 Zobrazení

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?

Avatar
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit
Autor

Thank you

Related Posts Odpovědi Zobrazení Aktivita
3
zář 25
2721
0
srp 25
320
1
srp 25
2343
2
čvc 25
8147
2
čvc 25
4579