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?
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
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
7
sep. 20
|
10037 | |||
|
1
nov. 17
|
6438 | |||
|
0
nov. 16
|
5672 | |||
|
3
dec. 15
|
8987 | |||
|
0
jul. 15
|
4597 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.