Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1897 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

Thanks for your help.

Powiązane posty Odpowiedzi Widoki Czynność
4
sie 24
8570
2
sie 24
4295
2
lut 24
4119
1
maj 25
3113
2
gru 22
3280