-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
[Add] : Write the docs for the restore and backup #588
Merged
shubham-cmyk
merged 3 commits into
OT-CONTAINER-KIT:master
from
shubham-cmyk:backupDocs
Aug 25, 2023
Merged
[Add] : Write the docs for the restore and backup #588
shubham-cmyk
merged 3 commits into
OT-CONTAINER-KIT:master
from
shubham-cmyk:backupDocs
Aug 25, 2023
Conversation
This file contains 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
Signed-off-by: Shubham Gupta <[email protected]>
Signed-off-by: Shubham Gupta <[email protected]>
Signed-off-by: Shubham Gupta <[email protected]>
shubham-cmyk
added a commit
to shubham-cmyk/redis-operator
that referenced
this pull request
Aug 30, 2023
* Write the docs for the restore and backup Signed-off-by: Shubham Gupta <[email protected]> * add Prerequisites Signed-off-by: Shubham Gupta <[email protected]> * typo Signed-off-by: Shubham Gupta <[email protected]> --------- Signed-off-by: Shubham Gupta <[email protected]>
shubham-cmyk
added a commit
that referenced
this pull request
Aug 30, 2023
* Add : v1beta2 from the current version Signed-off-by: Shubham Gupta <[email protected]> * Add : kubebuilder storage tag Signed-off-by: Shubham Gupta <[email protected]> * fix : PROJECT Signed-off-by: Shubham Gupta <[email protected]> * getRedisReplicationMasterIP according to v1beta2 Signed-off-by: Shubham Gupta <[email protected]> * update : crds Signed-off-by: Shubham Gupta <[email protected]> * fix: /config/samples/ Signed-off-by: Shubham Gupta <[email protected]> * apis redis rediscluster redisreplication, sentinel Signed-off-by: Shubham Gupta <[email protected]> * Add: rbac tags in rbac.go Signed-off-by: Shubham Gupta <[email protected]> * Add : scaffhold webhook and conversion files Signed-off-by: Shubham Gupta <[email protected]> * Add and Fix : common.go for common fields Signed-off-by: Shubham Gupta <[email protected]> * Add : redis_conversion.go Signed-off-by: Shubham Gupta <[email protected]> * fix: minor bugs in redis conversion Signed-off-by: Shubham Gupta <[email protected]> * Add : Redis cluster conversion Signed-off-by: Shubham Gupta <[email protected]> * Fix : bugs for the redis cluster conversion Signed-off-by: Shubham Gupta <[email protected]> * Add : redisreplication conversion Signed-off-by: Shubham Gupta <[email protected]> * fix : redis standlone Signed-off-by: Shubham Gupta <[email protected]> * Add : sentinel conversion Signed-off-by: Shubham Gupta <[email protected]> * Add : deepcopy Signed-off-by: Shubham Gupta <[email protected]> * Auto recreate redis replication statefulset when update failed (#586) Signed-off-by: drivebyer <[email protected]> * Add redis replication yaml example (#587) Signed-off-by: drivebyer <[email protected]> * [Add] : Write the docs for the restore and backup (#588) * Write the docs for the restore and backup Signed-off-by: Shubham Gupta <[email protected]> * add Prerequisites Signed-off-by: Shubham Gupta <[email protected]> * typo Signed-off-by: Shubham Gupta <[email protected]> --------- Signed-off-by: Shubham Gupta <[email protected]> * [Enhancement]- Fix log pollution (#585) * Add param to set operator log verbosity Signed-off-by: drivebyer <[email protected]> * Level down some logger Signed-off-by: drivebyer <[email protected]> * Remove unnecessary flag, `opts.BindFlags(flag.CommandLine)` already add flag `zap-log-level` Signed-off-by: drivebyer <[email protected]> * Level up every info, not logger Signed-off-by: drivebyer <[email protected]> --------- Signed-off-by: drivebyer <[email protected]> Signed-off-by: drivebyer <[email protected]> * [Add]- Support redis sentinel pdb (#589) * Support redis sentinel pdb Signed-off-by: drivebyer <[email protected]> * Adjust example minAvailable Signed-off-by: drivebyer <[email protected]> --------- Signed-off-by: drivebyer <[email protected]> * Fix image path (#591) Signed-off-by: Wilson Wu <[email protected]> * Fix: bugs sentinel Signed-off-by: Shubham Gupta <[email protected]> * fix : pretty Signed-off-by: Shubham Gupta <[email protected]> * convert i to index Signed-off-by: Shubham Gupta <[email protected]> * remove index Signed-off-by: Shubham Gupta <[email protected]> --------- Signed-off-by: Shubham Gupta <[email protected]> Signed-off-by: drivebyer <[email protected]> Signed-off-by: drivebyer <[email protected]> Signed-off-by: Wilson Wu <[email protected]> Co-authored-by: Yang Wu <[email protected]> Co-authored-by: Yang Wu <[email protected]> Co-authored-by: Wilson Wu <[email protected]>
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.
Making a backup and restoring could be difficult and proper docs were missing.
This PR adds an approach to use the current backup and restore scripts.