postgres: backup: specify databases
This commit is contained in:
parent
cdd10f5372
commit
8e2f284201
|
@ -4,5 +4,17 @@
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
location = "/var/lib/backup/postgresql";
|
location = "/var/lib/backup/postgresql";
|
||||||
|
databases = [
|
||||||
|
"course-management"
|
||||||
|
"gitea"
|
||||||
|
"hedgedoc"
|
||||||
|
"matrix-synapse"
|
||||||
|
"mautrix-telegram"
|
||||||
|
"mediawiki"
|
||||||
|
"nextcloud"
|
||||||
|
"postgres"
|
||||||
|
"sogo"
|
||||||
|
"vaultwarden"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue