Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
1882 Переглядів

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.

Related Posts Відповіді Переглядів Дія
4
серп. 24
8542
2
серп. 24
4286
2
лют. 24
4104
1
трав. 25
3104
2
груд. 22
3263