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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
            
                3297
                
                    瀏覽次數
                
            
        
    | 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|  | 2 10月 23  | 8563 | ||
|  | 0 9月 18  | 4465 | ||
|  | 2 9月 23  | 7873 | ||
|  | 9 6月 23  | 13880 | ||
|  | 1 9月 22  | 3444 | 
 
                        
did you find a solution