-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NERT-132: Database backup #158
Conversation
Openshift URLs for the PR Deployment: |
Current backup container startup logs |
NOTE: Verification cronjob is failing. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #158 +/- ##
=======================================
Coverage 44.13% 44.13%
=======================================
Files 289 289
Lines 9033 9033
Branches 1639 1639
=======================================
Hits 3987 3987
Misses 4859 4859
Partials 187 187 ☔ View full report in Codecov by Sentry. |
Verification process failing currently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!! good work!
as discuss e2e test restoring the database and documenting the process in Jira would be needed
Restore failed due to know issue: BCDevOps/backup-container#132 |
Links to Jira Tickets
Description of Changes
In the openshift bcGov infrastructure we are responsible to backup the Database.
Investigate how that is done by other apps and implement.
https://developer.gov.bc.ca/docs/default/component/platform-developer-docs/docs/database-and-api-management/database-backup-best-practices/#backing-up-your-data
https://github.com/BCDevOps/backup-container
Testing Notes