Redis Migrator
Migrate data from a source Redis to a target Redis database
Redis Migrator
riotx/riot
Just deployed
This is a service that will migrate data from the source Redis database to the target Redis database.
Required Variables
SOURCE_REDIS_URL
: The Redis URL of the source database.TARGET_REDIS_URL
: The Redis URL of the target database.
Process
- Uses Redis Riot to replicate the data.
No data is ever deleted from the source
Caveats
- You should stop writing to the source database while the migration is in progress to avoid data not being migrated
- You should manually update your application to point to the target URL once the migration is done
**If you want to avoid egress charges, you should use the private URL of the target database.
Template Content
Redis Migrator
riotx/riotSOURCE_REDIS_URL
The REDIS_URL
of the Redis database to copy data from
TARGET_REDIS_URL
The REDIS_URL
of the Redis database to copy data to