コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1552 ビュー

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
8068
2
8月 24
3931
2
2月 24
3642
1
5月 25
2727
2
12月 22
2917