From 22f3e85fef16de29c6c4b74fef435975dd124468 Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 7 Mar 2024 22:41:06 +0100 Subject: [PATCH 1/3] Back up at midday and again in the evening --- infrastructure/dpladm/env-repo-template/standard/.lagoon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml b/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml index db08eae3..65f6e7e9 100644 --- a/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml +++ b/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml @@ -82,4 +82,4 @@ backup-retention: hourly: 0 # https://docs.lagoon.sh/lagoon/using-lagoon-the-basics/lagoon-yml#backup-schedule backup-schedule: - production: M H(22-2) * * * + production: M 12,19 * * * From 1e8e502ce342c89ef9be4238fa2d984e0d5d1153 Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 13 Mar 2024 09:25:01 +0100 Subject: [PATCH 2/3] up the retentions --- .../dpladm/env-repo-template/standard/.lagoon.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml b/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml index 65f6e7e9..ad3e742a 100644 --- a/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml +++ b/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml @@ -74,9 +74,9 @@ container-registries: backup-retention: # Configure the number of monthly, weekly, daily and hourly backups to retain. production: - monthly: 1 - weekly: 6 - daily: 7 + monthly: 2 + weekly: 10 + daily: 12 # Be aware that hourly backups are only possible if the backup schedule is # adjusted to run every hour. hourly: 0 From c1692242f3cbccd896add8dd27ca89b7c1661807 Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 13 Mar 2024 09:39:06 +0100 Subject: [PATCH 3/3] make the backup run somewhere around midday to early afternoon and again sometime in the evening --- infrastructure/dpladm/env-repo-template/standard/.lagoon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml b/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml index ad3e742a..5f84bb80 100644 --- a/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml +++ b/infrastructure/dpladm/env-repo-template/standard/.lagoon.yml @@ -82,4 +82,4 @@ backup-retention: hourly: 0 # https://docs.lagoon.sh/lagoon/using-lagoon-the-basics/lagoon-yml#backup-schedule backup-schedule: - production: M 12,19 * * * + production: M H(12-14),H(19-21) * * *