Skip to content
Snippets Groups Projects
  1. Oct 12, 2010
    • Jacob Anawalt's avatar
      Enable pg_dump format option. · 7355535e
      Jacob Anawalt authored and intrigeri's avatar intrigeri committed
      The format option of pg_dump enables tar and custom archive file formats in
      addition to the default plain-text file containing SQL commands.
      
      When either the tar or custom format are selected the behaviour of database=all is changed to no longer dump a single file via pg_dumpall. Instead pg_dumpall
      is called once to export the "global" data (roles & tablespaces) and then
      pg_dump is called once for each non-template table in the database.
      
      To support the GZIP and GZIP_OPTS variables in backupninja and to give the
      default --rsyncable gzip compression flag a chance at working on a PostgreSQL
      backup, the custom output is forced to not use compression. Instead compression
      is done via a pipe to gzip. Hopefully this benefits rsync and rdiff-backup
      style backups for reduced backup and storage costs that outweigh the
      restoration ones.
      7355535e
  2. Sep 25, 2010
  3. Sep 21, 2010
  4. Sep 12, 2010
  5. Sep 02, 2010
  6. Sep 01, 2010
  7. Aug 25, 2010
  8. Aug 21, 2010
  9. Aug 17, 2010
  10. Jun 24, 2010
  11. Jun 14, 2010
  12. May 10, 2010
  13. May 06, 2010
  14. May 02, 2010
  15. Apr 24, 2010
  16. Mar 06, 2010
  17. Jan 18, 2010
  18. Jan 09, 2010
  19. Jan 08, 2010
  20. Jan 05, 2010
  21. Dec 31, 2009
  22. Dec 25, 2009
  23. Dec 02, 2009
  24. Nov 19, 2009
Loading