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

Feedback: Import data into a database #1345

Open
pkm93 opened this issue Apr 1, 2025 · 1 comment
Open

Feedback: Import data into a database #1345

pkm93 opened this issue Apr 1, 2025 · 1 comment
Assignees

Comments

@pkm93
Copy link

pkm93 commented Apr 1, 2025

Page https://redis.io/docs/latest/operate/rc/databases/import-data

Might be worth describing the differences in import dataset from a non-clustered (standalone) db vs a clustered db (multiple shards).

Non-clustered / Standalone - single rdb file of data from a single shard.

Clustered - multiple rdb files (one for data from each shard) need to be provided by the user and in case a file is missed due to human error, there's no warning so user must be doublecheck that they have got all the files.

Additionally, need to describe the behavior when initiating import on databases that are a replicaOf or part of an active-active cluster and include the necessary warnings.

@cmilesb
Copy link
Contributor

cmilesb commented Apr 3, 2025

@pkm93 Hi, thanks for sending this over. I'm not aware of any specific behavior for replica Of or Active-Active - do you have any more information on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants