Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
2174 Näkymät

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
Hylkää
Paras vastaus

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
Hylkää
Tekijä

Thank you

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
3
syysk. 25
2726
0
elok. 25
328
1
elok. 25
2356
2
heinäk. 25
8149
2
heinäk. 25
4581