Skip to Content
Menu
This question has been flagged
1 Reply
3976 Views

 I have forgot my db master password, for recovery or reset or default password I go through below steps

/odoo/odoo-server/openerp-server.conf ... in this file I have find out the admin_passwd=  admin . Now I am trying to apply this "admin" password to my master password, then even getting same error i.e "Database backup error: Access denied". So how can I recovery or reset my password in odoo9.Please let me know how can I get or reset db master password


in  openerp-server.conf  file below information is there.


[options]

:This is the password that allows database operations:

; admin_passwd = admin 

db_host = False

db_port = False

db_user = odoo

db_password = False

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

Avatar
Discard
Best Answer

Hi

remove the semicolon

[options]

:This is the password that allows database operations:

admin_passwd = admin 

db_host = False

db_port = False

db_user = odoo

db_password = False

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

Avatar
Discard
Author

finally got answer

Related Posts Replies Views Activity
3
Aug 24
5506
4
Jul 24
38818
5
Apr 23
93754
3
Nov 22
2958
3
Aug 22
3042