openredis logo

Docs | Pricing | Log in | Sign up

Migration

This guide walks you through the steps required to transfer to openredis from an existing setup.

Migrating from an existing Redis provider

The following steps assume that your existing Redis database is still running.

It is very important that you don’t shut it down – not until everything is backed up, and your openredis instance has synced with your existing database.

  1. Signup for one of our plans. You can read more about that in our Guide to Subscribing article.

  2. Open your openredis dashboard.

  3. Configure your instance as a replica of your existing Redis database. See our master-replica article for additional help regarding that.

  4. Configure your application to point to the OPENREDIS_URL you just signed up for.

  5. Promote your instance to master.

  6. Shutdown your existing Redis database. Make sure that you’ve successfully transitioned before you do this.

Migrating just from a dump.rdb or appendonly.aof

At this point in time, we don’t allow loading up your openredis instance with an external dump.rdb or appendonly.aof – at least not through our API or web dashboard.

If you feel that this feature is crucial, or maybe you have no other choice, you can contact us and we’ll try our best to accommodate your needs.