Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
32394 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona

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 correlati Risposte Visualizzazioni Attività
7
set 20
7389
1
nov 17
4020
0
nov 16
4018
3
dic 15
6718
0
lug 15
3021