Hi,
We are using list_db=False in my odoo.conf and cron job to do daily backup. I found it impractical to have to reload the odoo config everytime the cron job do a backup.
Currently, we use `list_db=False` to disable the database manager from the world so no one can access it. I would like to know if there is an option to disable the database manager while at the same time give localhost access to send request to /web/database/backup
Aside from manipulating the proxy config.
Sincerely,
Jason