postgresql: set pgbackup time explicitly
Some checks failed
flake check / check (push) Successful in 11m51s
fmt check / check (push) Failing after 58s

This commit is contained in:
notohh 2023-12-31 13:31:12 -05:00
parent 5e32a0d063
commit d7e37a7e13
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -54,6 +54,6 @@
databases = ["forgejo" "hedgedoc" "grafana" "authelia" "vaultwarden"];
compression = "zstd";
compressionLevel = 4;
startAt = "daily";
startAt = "*-*-* 23:00:00";
};
}