Skip to main contentOverview
Restore your Odoo instance from a backup. This replaces your current database and filestore with the backup data.
Warning: Restoring a backup will overwrite your current data. Make sure you have a recent backup before proceeding.
Step 1: Access Backups Tab
- Navigate to your project in doploy
- Click on the Backups tab
Step 2: Select Your Backup
- Find the backup you want to restore
- Click Restore next to the backup
Step 3: Choose Instance
- Select the instance you want to restore to
- Click Confirm Restore
The restore process will:
- Stop your instance
- Replace the database with backup data
- Restore all filestore attachments
- Restart your instance
This may take a while depending on backup size.
After Restore
Once the restore completes:
- Access your instance
- Log in with your admin credentials
- Verify your data restored correctly
Testing with Production Data
To test your code changes with production data:
- Create a staging instance
- Restore a production backup to staging
- Test your changes thoroughly with real data in a safe neutralized environments
Need Help?
If your restore fails or you need assistance, contact [email protected]
Next Steps