Skip to content

Instantly share code, notes, and snippets.

@grazrib
grazrib / README.md
Created October 5, 2025 09:04 — forked from troykelly/README.md
Odoo Backup and Restore Scripts

Odoo Backup and Restore Scripts

These scripts provide a simple way to backup and restore Odoo databases and their associated filestores.

Overview

  • backup.sh: Creates a compressed backup of the Odoo database and filestore.
  • restore.sh: Restores an Odoo database and filestore from the created backup.

Prerequisites