-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels