Redis Database Migration

Hello there,

iam pretty new with Redis and got the Task to Migrate Redis to an new Installation. I’ve found a lot of Tutorials but something strange is happening. Iam doing the following Steps:

On the old Redis Server iam running the REDIS-CLI and do SHUTDOWN SAVE, then i copy the dump.rdb file to the Data Directory of the new Redis Server and start it then. Everythin is working fine, but 2 Databases are missing.

On the old Server iam getting this if i run INFO:

grafik

On the new Server there are missing the Databases 2 and 4. Why? I can’t explain it to me.