Usage: click-odoo-backupdb [OPTIONS] DBNAME DEST
Create an Odoo database backup.
This script dumps the database using pg_dump. It also copies the filestore.
The last part is the important part for us. We have filestores in excess of hundreds of GB, and found that we needed/wanted differential backups to get the backups done in a reasonable timeframe. click-odoo-backupdb at the time did not support this, so we opted to use Velero with restic.
The last part is the important part for us. We have filestores in excess of hundreds of GB, and found that we needed/wanted differential backups to get the backups done in a reasonable timeframe.
click-odoo-backupdb
at the time did not support this, so we opted to use Velero with restic.