stickermule / rump

Hot sync two Redis servers using dumps.
MIT License
491 stars 94 forks source link

EOF output but no keys migrated to destination system #30

Open svpernova09 opened 5 years ago

svpernova09 commented 5 years ago

Report

Trying to migrate from one Redis system to a Digital Ocean managed Redis, I get EOF as the only output and no keys in the destination system, I've tried system to system, and I've also tried writing to a backup.rump and source that to a destination and get the same output.

Any suggestions?

rump -from redis://:password@test-redis:6379/0 -to redis://default:password@redis-do.db.ondigitalocean.com:25061/0
EOF

Dumping to a file:

rump -from redis://:password@test-redis:6379/0 -to backup.rump
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwwrrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
signal: exit
done

Trying to restore from the file:

rump -from backup.rump -to rediss://default:password@redis-do.db.ondigitalocean.com:25061/0
EOF
SerheoReutty commented 1 week ago

Support for the project is certainly on the level. It was created 5 years ago. And not a single answer. At the same time, the problem is not solved. I also use DigitalOcean and faced the same problem.