上QQ阅读APP看书,第一时间看更新
Managing databases in Odoo
The database management interface allows you to perform basic database management tasks such as backing up or restoring a database. Often, with Odoo, it is possible to manage your databases without ever having to go directly into the Postgres database server. It is also possible to set up multiple databases under the same installation of Odoo. For instance, you may want in the future to install another database that does load demonstration data, and may be used to install modules simply for testing purposes.
You can access the database management interface directly by going to the /web/database/manager path.
In the simple interface, you can create, backup, duplicate, delete, and restore databases.