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

What is the best way to change the Master Database password?  I inherited this server and was not part of the original install team. Using the database management tool it's not clear which user to select and I get an access denied error as well.

Here is the top half of my .conf file hoping it helps trouble shoot the issue.

Top Half openerp-server.conf file:

addons_path = /usr/lib/python2.7/dist-packages/openerp/addons

admin_passwd = #@%^)(*#

auto_reload = False

csv_internal_sep = ,

data_dir = /var/lib/odoo/.local/share/Odoo

db_host = False

db_maxconn = 64

db_name = False

db_password = False

db_port = False

db_template = template1

db_user = odoo

อวตาร
ละทิ้ง

The master password used by Odoo for administrative purposes is *admin_password*.  This gives you permission to create, backup, restore and delete databases.  If it was changed via the UI, then a file called  $HOME/.openerp_serverrc is created ($HOME refers to the user starting Odoo - usually via a service) and you'll find it there in admin_password. Each database, however, potentially has it's own password that is stored inside the database, often encrypted.

Changing the master password has nothing to do with any databases. It isn't the same user. By default both logins are 'admin' but this is just a coincidence.

คำตอบที่ดีที่สุด


You can follow odoo below link.

\https://www.odoo.com/documentation/10.0/setup/deploy.html

You can change it from configuration file.

In configuration file you can set admin_passwd and restart your odoo server.

[options]
admin_passwd = mysupersecretpassword
db_host = 192.168.1.2
db_port = 5432
db_user = odoo
db_password = pwd
dbfilter = ^mycompany.*$
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

video reference here

https://youtu.be/gWmODFe6W_o

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
How to import Backup Database แก้ไขแล้ว
2
ส.ค. 24
21304
2
ก.ค. 24
1547
3
มี.ค. 15
8420
0
ก.ค. 23
2432
Odoo 11 database manager - nothing works แก้ไขแล้ว
3
ธ.ค. 19
6919