Skip to content
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

Sentinel AOF to Cluster RDB #873

Open
SolidSnail727 opened this issue Oct 18, 2024 · 3 comments
Open

Sentinel AOF to Cluster RDB #873

SolidSnail727 opened this issue Oct 18, 2024 · 3 comments
Labels
type: question Further information is requested

Comments

@SolidSnail727
Copy link

问题描述(Issue Description)。

Hello, I have a question. I need to migrate my data from Redis Sentinel to Redis Cluster. The thing is, my Redis Sentinel uses AOF to persist data, and Redis Cluster uses RDB(AOF is disabled). How will data migration work in this case and which values should I use for "sync_aof" and "sync_rdb" parameters to transfer the data correctly?

环境信息(Environment)

  • RedisShake 版本(RedisShake Version):4.2.0
  • Redis 源端版本(Redis Source Version):6.2.7
  • Redis 目的端版本(Redis Destination Version):6.2.7
@SolidSnail727 SolidSnail727 added the type: question Further information is requested label Oct 18, 2024
@suxb201
Copy link
Member

suxb201 commented Oct 21, 2024

Redis Sentinel 不存储数据,你需要重新确认你的源端 Redis 类型。

@SolidSnail727
Copy link
Author

Hello, thank you for your response. I understand that Redis Sentinel itself does not store data, but rather monitors the Redis instances that do.
I have 1 master and 2 replicas (total 3 instances of Redis, version 6.2.7) that are monitored by Redis Sentinel.

@suxb201
Copy link
Member

suxb201 commented Oct 21, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants