Skip to content
Snippets Groups Projects
Commit ec9a5430 authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[FIX] dbmanager: backup support both zip and pg_dump custom format

- let the user choose between the pg_dump custom format or the zip format including the filestore
- use file objects to allow dumps larger than memory
- postgres subprocess invocation is now clean and thread-safe, we dont touch the local process environ anymore
- add a manifest to the zip dump format with version information about odoo, postgres (pg_dump doesnt output it) and modules
parent f9376905
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment