Monday, September 15, 2025
1 change
New functionality added to Odoo
Odoo now supports creating compressed database-only backups without including the filestore, making large exports faster and easier to handle. Administrators can also choose the dump format from the command line, improving flexibility for backup workflows.
Original PR description
### Before this PR If you have a big database and you want to dump only the database in sql and compressed there is not a way on the database manager. Sometimes you can't use the pg_dump version because it needs that the postgres version should be the same ### After this PR You can dump a zipped format of database without the filestore --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr