I have a database on Redis cloud and I am gonna clone this db into my local environment.
So I have installed the same Redis version 6.2.1 on my local Ubuntu. I have also enabled all the required submodules, such as timeseries, JSON, and others.
I have downloaded the backup files from an S3 bucket and tried to import them using the rdbtools utility.
However, as I mentioned earlier, the keys are not being imported fully. I have reviewed the documentation, but I’m still facing challenges with the import process.
I found that timeseries and json data are missing while other primary key types were imported correctly. Dump data is splitted into 16 gzip files and each file size is bigger than 3 GB.
Miguel Alexander Lozano Villa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.