Skip to content

Feedback: Import data into a database #1345

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

Open
pkm93 opened this issue Apr 1, 2025 · 2 comments · May be fixed by #1437
Open

Feedback: Import data into a database #1345

pkm93 opened this issue Apr 1, 2025 · 2 comments · May be fixed by #1437
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?

@cmilesb cmilesb linked a pull request Apr 18, 2025 that will close this issue
@cmilesb
Copy link
Contributor

cmilesb commented Apr 18, 2025

@pkm93 I tried to address this issue with information from @joniredis and @AdarBahar. Could you take a look at the attached pull request to verify that it addresses your concerns? If I don't hear from you in the next week, I will merge it and close this issue.

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

Successfully merging a pull request may close this issue.

2 participants