Skip to content

Commit

Permalink
Merge pull request #242 from danskernesdigitalebibliotek/backup-twice…
Browse files Browse the repository at this point in the history
…-a-day

Back up at midday and again in the evening
  • Loading branch information
ITViking authored Mar 13, 2024
2 parents 429d8a6 + c169224 commit 4f4d92a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/dpladm/env-repo-template/standard/.lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ 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
# https://docs.lagoon.sh/lagoon/using-lagoon-the-basics/lagoon-yml#backup-schedule
backup-schedule:
production: M H(22-2) * * *
production: M H(12-14),H(19-21) * * *

0 comments on commit 4f4d92a

Please sign in to comment.