feat(mx): enable daily PostgreSQL backup via pg_dumpall
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
35b1f0218d
commit
616c57874c
1 changed files with 5 additions and 0 deletions
|
|
@ -8,4 +8,9 @@
|
|||
services.postgresql = {
|
||||
package = pkgs.postgresql_16;
|
||||
};
|
||||
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
startAt = "*-*-* 01:15:00";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue