Backup restore functionality added for different versions#14
Open
divyanshujainSquareops wants to merge 59 commits intosquareops:release-1.1.2from
Open
Backup restore functionality added for different versions#14divyanshujainSquareops wants to merge 59 commits intosquareops:release-1.1.2from
divyanshujainSquareops wants to merge 59 commits intosquareops:release-1.1.2from
Conversation
Co-authored-by: vinayakgautamops <[email protected]>
Release 1.1.2
| skip_final_snapshot = true | ||
| backup_window = "03:00-06:00" | ||
| maintenance_window = "Mon:00:00-Mon:03:00" | ||
| maintenance_window = "Mon:00:00-Mon:03:00 |
Contributor
There was a problem hiding this comment.
Add double quotes at the end
| serviceAccountName: sa-postgres-restore | ||
| containers: | ||
| - name: restore-postgresdb | ||
| image: divyanshujain11/rds:postgres-backup-restore |
Contributor
There was a problem hiding this comment.
@divyanshujainSquareops Why are we not using SquareOps-owned registry to store and use docker images?
| serviceAccountName: sa-postgres-backup | ||
| containers: | ||
| - name: backup-postgresdb | ||
| image: divyanshujain11/rds:postgres-backup-restore |
updated readme file
Contributor
Author
divyanshujainSquareops
left a comment
There was a problem hiding this comment.
Update Readme.md
Release 1.1.3
added backup restore functionality and fixed security group
backup restore functionality
Release 1.1.3
Update replica count and path module.
fixed restore database
Fixed restore config
Release 2.0.0
added path module in the backup & restore module
changed the release version
Release 1.1.3
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.
Introduced the ability for users to back up individual databases or all databases collectively. This functionality leverages Kubernetes jobs for both backup and restoration, with support for specifying S3 dump locations for recovery.
Credential Management Fix: Resolved an issue where database credentials were not being properly stored in the secret manager.