This question has been flagged
3 Replies
10285 Views

How can I protect the database manager URL?

  can I change the url, or put any login?  

 myurlserver/web/database/manager#action=database_manager


Avatar
Discard
Best Answer

in your odoo instance configuration file use the configuration parametter:

list_db = False

This will disable the database manager. link and url access (web/database/manager#action=database_manager)

Avatar
Discard

If we are using list_db = False, then db backup do not work properly.

Best Answer

The below video shows how it hide the databases even we access the link:

https://www.youtube.com/watch?v=HTixATyjR7g

Avatar
Discard
Best Answer

http://www.numberspeaks.com/2020/06/03/disable-database-manager-access-in-odoo/

Avatar
Discard