ensure postgres backups exist

This commit is contained in:
2025-10-18 18:18:03 -05:00
parent c8e7d0ac7f
commit 39336740e1
2 changed files with 4 additions and 2 deletions

View File

@@ -115,7 +115,9 @@ in {
];
# add postgresql database that is automatically created to the backup list
services.postgresqlBackup.databases = ["immich"]; # set to all databases defined in esure databases
#services.postgresqlBackup.databases = ["immich"]; # set to all databases defined in esure databases
services.postgresql.ensureDatabases = [service]; # set to all databases defined in esure databases
# add to backups
homelab.backups.baks = {