Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1530 Представления

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
8047
2
авг. 24
3927
2
февр. 24
3621
1
мая 25
2716
2
дек. 22
2899