~maas-maintainers/maas/backup

« back to all changes in this revision

Viewing changes to backup/maas-backup

  • Committer: Raphael Badin
  • Date: 2013-12-06 10:33:14 UTC
  • Revision ID: raphael.badin@canonical.com-20131206103314-wtrg97kmh9w0biln
Fix pgdump/restore thanks jtv.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
            target_directory, get_database_backup_directory(database))
55
55
        command = (
56
56
            "pg_dump",
57
 
            "--format", "directory",
58
57
            "--file", backup_to,
59
58
            "--host", database["HOST"],
60
59
            "--username", database["USER"],