services.postgresqlBackup.backupAll

NixOS option

Backup all databases using pg_dumpall. This option is mutual exclusive to services.postgresqlBackup.databases. The resulting backup dump will have the name all.sql.gz. This option is the default if no databases are specified.

type: boolean
Default
services.postgresqlBackup.databases == []
declared in: nixos/modules/services/backup/postgresql-backup.nixView source on NixOS/nixpkgs →