[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
Showing
- addons/web/controllers/main.py 13 additions, 13 deletionsaddons/web/controllers/main.py
- addons/web/static/src/xml/base.xml 9 additions, 0 deletionsaddons/web/static/src/xml/base.xml
- openerp/service/db.py 55 additions, 59 deletionsopenerp/service/db.py
- openerp/tools/misc.py 42 additions, 25 deletionsopenerp/tools/misc.py
Loading
Please register or sign in to comment