SIMSBIOHUB-850: Update backup schedules and retention#344
Merged
dylanrogowsky-oxd merged 1 commit intodevfrom Feb 27, 2026
Merged
SIMSBIOHUB-850: Update backup schedules and retention#344dylanrogowsky-oxd merged 1 commit intodevfrom
dylanrogowsky-oxd merged 1 commit intodevfrom
Conversation
|
OpenShift URLs for the PR Deployment:
|
|
OpenShift URLs for the PR Deployment:
|
f85c49f to
92eec3b
Compare
92eec3b to
d2845e5
Compare
Update backup schedules and retention
d2845e5 to
42e07c6
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Links to Jira Tickets
Description of Changes
infrastructure/crunchy-dbHelm chart to use four pgBackRest repos (hourly, daily, weekly, monthly) with distinct schedules and retention per environment (dev/test/prod).Chart.yaml(removed subchart dependency, added appVersion); removedChart.lock.PostgresCluster.yaml,_helpers.tpl,_s3.tpl, ands3Secret.yaml; backup config now drives schedules and retention frompgBackRest.reposin values.values.yamland environment overrides (values-dev.yaml,values-test.yaml,values-prod.yaml) so each environment defines four repos with path, full schedule, retention count, and retention type. Data source path updated to use the daily tier (e.g./biohub/dev/daily) for restore/standby.Testing Notes
/biohub/<env>/hourly,/biohub/<env>/daily, etc.).dataSource.enabled: trueand ensure the daily repo path and stanza match the backup location.