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".
This question has been flagged
4326
Vistes
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
|
2
d’oct. 23
|
9468 | ||
|
|
0
de set. 18
|
5553 | ||
|
|
2
de set. 23
|
9442 | ||
|
|
9
de juny 23
|
15820 | ||
|
|
1
de set. 22
|
4882 |
did you find a solution