Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
32073 Tampilan

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?            

Avatar
Buang
Jawaban Terbai

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.

Avatar
Buang

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

Post Terkait Replies Tampilan Aktivitas
7
Sep 20
7217
1
Nov 17
3852
0
Nov 16
3888
3
Des 15
6579
0
Jul 15
2919