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: booleanDefault
declared in: nixos/modules/services/backup/postgresql-backup.nixView source on NixOS/nixpkgs →services.postgresqlBackup.databases == []