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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
            
                3287
                
                    Vues
                
            
        
    Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|  | 2 oct. 23  | 8560 | ||
|  | 0 sept. 18  | 4461 | ||
|  | 2 sept. 23  | 7872 | ||
|  | 9 juin 23  | 13875 | ||
|  | 1 sept. 22  | 3440 | 
 
                        
did you find a solution