mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
test: trying to get postgres backups to work
This commit is contained in:
parent
55ae4433df
commit
0c52b7040c
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ in
|
||||||
postgresqlBackup = {
|
postgresqlBackup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
location = backupPath;
|
location = backupPath;
|
||||||
compression = "zstd";
|
# compression = "zstd";
|
||||||
startAt = "*-*-* 07:00:00";
|
# startAt = "*-*-* 07:00:00";
|
||||||
backupAll = true;
|
backupAll = true;
|
||||||
# databases = [
|
# databases = [
|
||||||
# instances.mastodon.name
|
# instances.mastodon.name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue