Skip to Content
Menu
This question has been flagged
4 Replies
1612 Views

When I've created the first DB , also I've create new DB master Password

but it continue Disappear As if I did not enter it before when i refresh or reload the page 

it keep asking me to create a new one 

,, i think it could related to something in odoo conf file ... could any one advice ..? 

Avatar
Discard
Author

Do i need to change any thing in my odoo conf file data only related to master password topic ?

[options]

addons_path = /usr/lib/python3/dist-packages/odoo/addons

admin_passwd = $pbkdf2-sha512$25000$xPj/37tXirEWgvDeW4vx/g$kLZZt1TpoHn2q0CGCsRX6R3bSHNjdlB611LSzZy1ur0kPEGjqHx6doCp1qBfyl4hjP/36rJ2t9plELaZCY9BzA

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_sslmode = prefer

db_template = template0

db_user = odoo

dbfilter =

demo = {}

email_from = False

geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb

http_enable = True

http_interface =

http_port = 8069

import_partial =

limit_memory_hard = 1677721600

limit_memory_soft = 629145600

limit_request = 5461

limit_time_cpu = 600

limit_time_real = 1200

limit_time_real_cron = -1

list_db = True

log_db = False

log_db_level = warning

log_handler = :INFO

log_level = info

logfile = /var/log/odoo/odoo-server.log

longpolling_port = 8072

max_cron_threads = 1

osv_memory_age_limit = 1.0

osv_memory_count_limit = False

pg_path =

pidfile =

proxy_mode = True

reportgz = False

screencasts =

screenshots = /tmp/odoo_tests

server_wide_modules = base,web

smtp_password = False

smtp_port = 25

smtp_server = localhost

smtp_ssl = False

smtp_user = False

syslog = False

test_enable = False

test_file =

test_tags = None

translate_modules = ['all']

unaccent = False

upgrade_path =

without_demo = False

workers = 4

try to add db_user and db_password // ie, role

Best Answer

make sure the user who runs the odoo service have access right to write the odoo config file 
please check the server log there should be some traceback or waring 

Avatar
Discard
Author

the user has full access right and their is no traceback or waring !