Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
32115 มุมมอง

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

Related Posts ตอบกลับ มุมมอง กิจกรรม
7
ก.ย. 20
7239
1
พ.ย. 17
3873
0
พ.ย. 16
3901
Notes module - I see everyone's notes แก้ไขแล้ว
3
ธ.ค. 15
6598
0
ก.ค. 15
2924