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".
신고된 질문입니다
4383
화면
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
2
10월 23
|
9548 | ||
|
|
0
9월 18
|
5609 | ||
|
|
2
9월 23
|
9556 | ||
|
|
9
6월 23
|
16021 | ||
|
|
1
9월 22
|
4970 |
did you find a solution