chore(ds-fr): Disable var/lib backups for now
All checks were successful
Build all the nodes / ap01 (push) Successful in 1m23s
Build all the nodes / bridge01 (push) Successful in 2m27s
Build all the nodes / geo01 (push) Successful in 2m28s
Build all the nodes / hypervisor01 (push) Successful in 2m29s
Build all the nodes / geo02 (push) Successful in 2m32s
Build all the nodes / netcore02 (push) Successful in 29s
Build all the nodes / hypervisor02 (push) Successful in 1m46s
Build all the nodes / compute01 (push) Successful in 3m28s
Build all the nodes / hypervisor03 (push) Successful in 2m2s
Build all the nodes / rescue01 (push) Successful in 2m14s
Build all the nodes / storage01 (push) Successful in 2m26s
Build all the nodes / vault01 (push) Successful in 1m59s
Build all the nodes / web02 (push) Successful in 1m45s
Run pre-commit on all files / pre-commit (push) Successful in 42s
Build all the nodes / web01 (push) Successful in 2m31s
Build all the nodes / web03 (push) Successful in 1m40s

It is spitting out errors
This commit is contained in:
Tom Hubrecht 2024-12-18 07:57:05 +01:00
parent f8df18f13c
commit 2855d62a43
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -97,6 +97,6 @@ in
};
};
dgn-backups.jobs.ds-fr.settings.paths = [ "/var/lib/demarches-simplifiees" ];
# dgn-backups.jobs.ds-fr.settings.paths = [ "/var/lib/private/demarches-simplifiees/" ];
dgn-backups.postgresDatabases = [ "ds-fr" ];
}