okarin: Disable postgresql backup
This commit is contained in:
parent
0c10b2269d
commit
dbb2007f22
|
@ -36,14 +36,4 @@
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
];
|
];
|
||||||
|
|
||||||
services.postgresqlBackup = {
|
|
||||||
enable = true;
|
|
||||||
startAt = [ ]; # triggered by restic system backup
|
|
||||||
location = "/var/lib/postgresql-backup";
|
|
||||||
};
|
|
||||||
systemd.services.restic-backups-system = {
|
|
||||||
after = [ "postgresqlBackup.service" ];
|
|
||||||
wants = [ "postgresqlBackup.service" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue