MyNixOS website logo
option

services.postgresqlBackup.backupAll

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.

Declarations
Type
boolean
Default
services.postgresqlBackup.databases == []