Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f561acc48ebd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d9f39b7252b0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 19, 2019

  1. nixos/postgresqlBackup: add backupAll option

    For large setups it is useful to list all databases explicit
    (for example if temporary databases are also present) and store them in extra
    files.
    For smaller setups it is more convenient to just backup all databases at once,
    because it is easy to forget to update configuration when adding/renaming
    databases. pg_dumpall also has the advantage that it backups users/passwords.
    
    As a result the module becomes easier to use because it is sufficient
    in the default case to just set one option (services.postgresqlBackup.enable).
    Mic92 committed Jan 19, 2019
    Copy the full SHA
    1af4f36 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Merge pull request #54310 from Mic92/postgresq-backup

    nixos/postgresqlBackup: add backupAll option
    infinisil committed Jan 23, 2019
    Copy the full SHA
    d9f39b7 View commit details
    Browse the repository at this point in the history