You can manage Odoo’s databases directly from the Odoo interface by visiting following URL:
<hostname>/web/database/manager
For example, to open database manager on your local Odoo installation that runs on port 8069 the URL should look like:
http://localhost:8069/web/database/manager
Operations that you can do from there are Create, Delete, Duplicate, Backup, and Restore database.
Also, you can set a new master password for your system from the database manager.
you save my day