Hello,
I have an odoo 11ce instance running on a VPS and I use the auto_backup module to backup the database.
When I try to restore the database on my local dockerized odoo I get weird things:
1. Sometime the restoring succeeds but the user table (`res.users`) does not contain all data. It only contains default data.
It is the same case for `res.partner.` But all other tables contains their data
2. The second attempt I got this error:
```
psycopg2.IntegrityError: insert or update on table "ir_model" violates foreign key constraint "ir_model_write_uid_fkey"
DETAIL: Key (write_uid)=(19) is not present in table "res_users".
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
2684
Visualizações
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
out. 23
|
7953 | ||
|
0
set. 18
|
3892 | ||
|
2
set. 23
|
7060 | ||
|
9
jun. 23
|
12987 | ||
|
1
set. 22
|
2610 |
did you find a solution