postgresql: set pgbackup time explicitly
Some checks failed
flake check / check (push) Successful in 11m51s
fmt check / check (push) Failing after 58s
Some checks failed
flake check / check (push) Successful in 11m51s
fmt check / check (push) Failing after 58s
This commit is contained in:
parent
5e32a0d063
commit
d7e37a7e13
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@
|
|||
databases = ["forgejo" "hedgedoc" "grafana" "authelia" "vaultwarden"];
|
||||
compression = "zstd";
|
||||
compressionLevel = 4;
|
||||
startAt = "daily";
|
||||
startAt = "*-*-* 23:00:00";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue