docs(redis): add Sentinel RDB snapshot cross-cluster migration guide#819
Open
chideat wants to merge 1 commit into
Open
docs(redis): add Sentinel RDB snapshot cross-cluster migration guide#819chideat wants to merge 1 commit into
chideat wants to merge 1 commit into
Conversation
Documents the offline migration path for a Sentinel-mode Redis instance moving to a new Kubernetes cluster with a different StorageClass, using /data/dump.rdb as the data carrier. Covers the write freeze, BGSAVE and checksum verification, importing into a target created with master=1 / slave=0, the forced pod recreation that skips PreStop, data verification, and restoring replicas before the application cutover. Complements How_to_Migrate_Redis_Across_Clusters.md, which covers the online RedisShake path and points here for cases it does not support. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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.
Adds
docs/en/solutions/ecosystem/redis/How_to_Migrate_Redis_Sentinel_With_RDB_Snapshot.md.What
Documents the offline migration path for a Sentinel-mode Redis instance moving to a new Kubernetes cluster with a different StorageClass, carrying the dataset across as
/data/dump.rdb:BGSAVE, confirmrdb_bgsave_in_progress:0/rdb_last_bgsave_status:ok, export and checksummaster: 1/slave: 0on the RDB parameter template, import, verify the SHA-256 inside the podPreStopso the imported snapshot is what gets loadedComplements the existing
How_to_Migrate_Redis_Across_Clusters.md(RedisShake, continuous replication), which explicitly defers to an RDB export/import path for cases it does not support. Both docs now cross-link.Notes for review
ProductsVersionis set to4.x— the procedure requires redis-operator 4.0+. Existing Redis docs here reference operator 3.10–3.18 and tag3.x/4.x; correct this if the field tracks platform version independently.Backup_Restore_Template_Compatibility.md, since withappendonly yesRedis ignoresdump.rdband starts empty — the most likely silent failure for this procedure.PreStophook. Worth a confirmation.id:in the frontmatter —add_id.shassigns the KB number in CI. Chinese translation is generated by thetranslatejob on merge.doom buildpasses locally.🤖 Generated with Claude Code