跳至內容
選單
此問題已被標幟
1 回覆
32241 瀏覽次數

I installed Odoo on Ubuntu with the .deb package. It created an user "odoo" for the database.

What is the linux default password of that user or how can we find it?            

頭像
捨棄
最佳答案

Hello,


You can change your database user password to using below command.

ALTER USER odoo WITH PASSWORD 'admin';

here you keep your password any text or which you want.

頭像
捨棄

To add to Vishal's answer, to get into the database to be able to run the above command. First run $ sudo -u postgres psql from the command line of your server - This logs you into the database as the "Database Administrator" because the postgres user has what is called a "Trust Relationship" with the PostgreSQL database

相關帖文 回覆 瀏覽次數 活動
7
9月 20
7305
1
11月 17
3950
0
11月 16
3970
3
12月 15
6664
0
7月 15
2956