跳至内容
菜单
此问题已终结
1 回复
1841 查看

When importing a database backup, what exactly does the operation perform? Drop the database before import, or import with append, or import only changes?

形象
丢弃
最佳答案

Hi,

In Odoo, When importing a database backup in Odoo.sh, the operation performs a full replacement of the existing database with the contents of the backup file. This means that the existing database is dropped, and the backup is restored in its place. It will drop the existing database, deleting all its contents, including tables, data, and schema and a new empty database is created with the same name as the original one and the backup file is imported into the new database, replacing the entire database schema and data.

Thanks.

形象
丢弃
编写者

Thanks for your help.

相关帖文 回复 查看 活动
4
8月 24
8469
2
8月 24
4254
2
2月 24
4029
1
5月 25
3074
2
12月 22
3208