backup postgres on oracles

This commit is contained in:
Nathan McCarty 2022-09-29 00:35:17 -04:00
parent 18205dbbff
commit 26cfdeb7ff
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@
# Backup postgres, as used by matrix
services.postgresqlBackup = {
#enable = true;
enable = true;
compression = "none";
backupAll = true;
startAt = "OnCalendar=00/2:00";