Help Center> Data Replication Service> Real-Time Migration> To the Cloud> From Cluster Redis to GeminiDB Redis
Updated on 2024-05-09 GMT+08:00

From Cluster Redis to GeminiDB Redis

Supported Source and Destination Databases

Table 1 Supported databases

Source DB

Destination DB

  • On-premises open-source cluster Redis (versions 3.0.x, 4.0.x, and 5.0.x)
  • ECS-hosted open-source cluster Redis (versions 3.0.x, 4.0.x, and 5.0.x)
GeminiDB Redis
NOTE:

The destination database version must be the same as or later than the source database version.

Only whitelisted users can use this function.

Supported Migration Objects

Different types of migration tasks support different migration objects. For details, see Table 2. DRS will automatically check the objects you selected before the migration.

Table 2 Migration objects

Type

Precautions

Migration objects

  • Object level: all database objects
  • Supported migration objects:
    • Data of the String, Hash, List, Set, and Sorted Set types can be migrated.
    • Lua scripts can be migrated.
    • Transactions cannot be migrated.
    • Data of the Stream, BitMap, HyperLogLog, and GEO types cannot be migrated.
    • User-defined types are not supported.
    • Commands that are not supported by the destination GeminiDB Redis instance cannot be migrated.

Suggestions

To maintain data consistency before and after the migration, ensure that no data is written to your source and destination databases during a full migration. In the full+incremental migration mode, you can continue the migration while data is still being written to the source database.

  • The success of migration depends on environment and manual operations. You can run a migration test before you start the full-scale migration to help you detect and resolve problems in advance.
  • In the migration, ensure that no data is written to the destination database to ensure data consistency before and after the migration.
  • Start your migration task during off-peak hours. A less active database is easier to migrate successfully. If the data is fairly static, there is less likely to be any severe performance impacts during the migration.
    • If network bandwidth is not limited, the query rate of the source database increases by about 20 MB/s during full migration, and two to four CPUs are occupied.

Precautions

The full+incremental migration process consists of four phases: task startup, full synchronization, incremental synchronization, and task completion. A single full migration task contains three phases. To ensure smooth migration, read the following precautions before creating a migration task.

Table 3 Precautions

Type

Restrictions

Starting a task

  • Source database object requirements:
    • To create a full+incremental task, the PSYNC command must be supported.
  • Destination database object requirements:
    • The destination must be a GeminiDB Redis instance on the current cloud.
    • It is recommended that the destination GeminiDB Redis instance be empty before the migration.
    • The version of the destination database instance must be the same as or later than that of the source database.
  • Other notes:
    • A full+incremental task read data by parsing RDB files.
    • When migrating Lua scripts, ensure that the source database contains other data. Otherwise, Lua scripts in RDB cannot be parsed, causing the Lua script migration failure.
    • DRS does not perform high-risk operations such as FLUSH on the destination database, so data of the List type may be duplicated.
    • When testing the connection to the source database, you must enter the IP addresses of all shards in the cluster Redis. To keep services accessible to the source Redis instance, you are advised to migrate data from the replica node (slave node) of the source instance. That is, you are advised to enter the IP address of the slave node in the cluster Redis instance.
    • To ensure a successful incremental migration, increase the value of repl-backlog-size in the redis.conf configuration file of the source database before the migration.
    • During the migration, if the source cluster Redis instance is scaled in or out (for example, shards are added or deleted) or the specifications are changed (for example, the memory is scaled up), reconfigure the migration task. To ensure data consistency, clear the data that has been migrated to the destination GeminiDB Redis before reconfiguring the task.
    • If the expire policy is configured for some keys in the source database, the number of keys in the destination database (for example, by running the info command) may be less than that in the source database because the keys may have expired but are not deleted. To ensure data consistency, you are advised to prolong the key expiration time.

Full migration

  • During migration, do not change the passwords of the source and destination databases or change the ports of the source and destination databases.
  • During migration, if a primary/standby switchover occurs in the source cluster Redis instance, the task will fail. In this case, you need to clear the destination database to reconfigure the task.
  • During the migration, do not modify the destination database that is being migrated.

Incremental migration

  • During migration, do not change the passwords of the source and destination databases or change the ports of the source and destination databases.
  • During migration, if a primary/standby switchover occurs in the source cluster Redis instance, the task will fail. In this case, you need to clear the destination database to reconfigure the task.
  • During the migration, do not modify the destination database that is being migrated.

Prerequisites

Procedure

This section describes how to use DRS to migrate data from a cluster Redis instance to GeminiDB Redis over a public network.

  1. On the Online Migration Management page, click Create Migration Task.
  2. On the Create Replication Instance page, select a region and project, specify the task name, description, and the replication instance details, and click Create Now.

    • Task information description
      Figure 1 Migration task information
      Table 4 Task information

      Parameter

      Description

      Region

      The region where the replication instance is deployed. You can change the region. To reduce latency and improve access speed, select the region closest to your services.

      Project

      The project corresponds to the current region and can be changed.

      Task Name

      The task name must start with a letter and consist of 4 to 50 characters. It can contain only letters, digits, hyphens (-), and underscores (_).

      Description

      The description consists of a maximum of 256 characters and cannot contain special characters !=<>'&"\

    • Replication instance information
      Figure 2 Replication instance information

      Table 5 Replication instance settings

      Parameter

      Description

      Data Flow

      Select To the cloud.

      The destination database must be a database on the current cloud.

      Source DB Engine

      Select Redis cluster.

      Destination DB Engine

      Select GeminiDB Redis.

      Network Type

      Available options: VPC, VPN or Direct Connect, and Public network. Public network is selected in this example.

      • VPC is suitable for migrations between cloud databases of the same account in the same region.
      • Public network is suitable for migrations from on-premises or external cloud databases to the destination databases bound with an EIP.
      • VPN or Direct Connect is suitable for migrations from on-premises databases to cloud databases or between cloud databases across regions.

      Destination DB Instance

      Select the DB instance you created.

      Replication Instance Subnet

      The subnet where the replication instance resides. You can also click View Subnets to go to the network console to view the subnet where the instance resides.

      By default, the DRS instance and the destination DB instance are in the same subnet. You need to select the subnet where the DRS instance resides, and there are available IP addresses for the subnet. To ensure that the replication instance is successfully created, only subnets with DHCP enabled are displayed.

      Migration Type

      • Full+Incremental: This migration type allows you to migrate data without interrupting services. After a full migration initializes the destination database, an incremental migration initiates and parses logs to ensure data consistency between the source and destination databases.
        NOTE:

        If you select Full+Incremental, data generated during the full migration will be continuously synchronized to the destination database, and the source remains accessible.

      Source Shard Quantity

      Number of subtasks connected to the source cluster Redis instance. The value ranges from 1 to 16 and cannot be greater than the number of shards in the source cluster Redis instance. Set this parameter based on the scale of the source cluster Redis instance. You are advised to set one subtask to connect to four shards in the source cluster Redis instance.

    • AZ
      Figure 3 AZ
      Table 6 Task AZ

      Parameter

      Description

      AZ

      Select the AZ where you want to create the DRS task. Selecting the one housing the source or destination database can provide better performance.

    • Enterprise Project and Tags
      Figure 4 Enterprise projects and tags
      Table 7 Enterprise Project and Tags

      Parameter

      Description

      Enterprise Project

      An enterprise project you would like to use to centrally manage your cloud resources and members. Select an enterprise project from the drop-down list. The default project is default.

      For more information about enterprise projects, see Enterprise Management User Guide.

      To customize an enterprise project, click Enterprise in the upper right corner of the console. The Enterprise Project Management Service page is displayed. For details, see Creating an Enterprise Project in Enterprise Management User Guide.

      Tags

      • Tags a task. This configuration is optional. Adding tags helps you better identify and manage your tasks. Each task can have up to 20 tags.
      • If your organization has configured tag policies for DRS, add tags to tasks based on the policies. If a tag does not comply with the policies, task creation may fail. Contact your organization administrator to learn more about tag policies.
      • After a task is created, you can view its tag details on the Tags tab. For details, see Tag Management.

    If a task fails to be created, DRS retains the task for three days by default. After three days, the task automatically stops.

  3. On the Configure Source and Destination Databases page, wait until the replication instance is created. Then, configure your own DNS server, specify source and destination database information and click Test Connection for both the source and destination databases to check whether they have been connected to the replication instance. After the connection tests are successful, select the check box before the agreement and click Next.

    • Configuring your own DNS server
      Figure 5 DNS Server
      Table 8 DNS server information

      Parameter

      Description

      DNS Server

      Enable this option if you need to use your own private domain name as the source or destination database IP address.

      DNS Server IP Address

      Add the IP address of your own DNS server to DNS Server IP Address.

      Then, you can also enter this IP address in IP Address or Domain Name in the Source Database or Destination Database area for data migration.

      Only whitelisted users can use this function. You need to submit a service ticket to apply for this function. In the upper right corner of the management console, choose Service Tickets > Create Service Ticket to submit a service ticket.

    • Source database information
      Figure 6 Source database information
      Table 9 Source database settings

      Parameter

      Description

      IP Address or Domain Name

      IP address or domain name of the source database in the IP address/Domain name:Port format.

      Enter the IP addresses and ports of all shards in the source cluster Redis instance. You are advised to enter the IP addresses of all shard slave nodes. Up to 32 IP addresses or domain names can be entered. Use commas (,) to separate multiple IP addresses or domain names. For example: 192.168.0.1:8080,192.168.0.2:8080.

      Database Password

      Password used to log in to the source database.

      The IP address or domain name, and password of the source database are encrypted and stored in DRS, and will be cleared after the task is deleted.

    • Destination database configuration
      Figure 7 Destination database information
      Table 10 Destination database settings

      Parameter

      Description

      DB Instance Name

      The DB instance you selected when creating the migration task. This parameter cannot be changed.

      Database Password

      The password for the database username.

      The password of the destination database is encrypted and stored in the database and the replication instance during the migration. After the task is deleted, the password is permanently deleted.

  4. On the Set Task page, select migration objects and click Next.

    Figure 8 Migration object
    Table 11 Migration object

    Parameter

    Description

    Migration object

    All database objects can be migrated.

  5. On the Check Task page, check the migration task.

    • If any check fails, review the cause and rectify the fault. After the fault is rectified, click Check Again.

      For details about how to handle check failures, see Solutions to Failed Check Items in Data Replication Service User Guide.

    • If the check is complete and the check success rate is 100%, click Next.

      You can proceed to the next step only when all checks are successful. If there are any items that require confirmation, view and confirm the details first before proceeding to the next step.

  6. On the displayed page, specify Start Time, Send Notifications, SMN Topic, Delay Threshold (s), and Stop Abnormal Tasks After and confirm that the configured information is correct and click Submit to submit the task.

    Figure 9 Task startup settings
    Table 12 Task startup settings

    Parameter

    Description

    Start Time

    Set Start Time to Start upon task creation or Start at a specified time based on site requirements. The Start at a specified time option is recommended.

    NOTE:

    The migration task may affect the performance of the source and destination databases. You are advised to start the task in off-peak hours and reserve two to three days for data verification.

    Send Notifications

    This parameter is optional. After enabled, select a SMN topic. If the status, latency metric, or data of the migration task is abnormal, DRS will send a notification.

    SMN Topic

    This parameter is available only after you enable Send Notifications and create a topic on the SMN console and add a subscriber.

    For details, see Simple Message Notification User Guide.

    Delay Threshold (s)

    During an incremental migration, a synchronization delay indicates a time difference (in seconds) of synchronization between the source and destination database.

    If the synchronization delay exceeds the threshold you specify, DRS will send alarms to the specified recipients. The value ranges from 0 to 3,600. To avoid repeated alarms caused by the fluctuation of delay, an alarm is sent only after the delay has exceeded the threshold for six minutes.

    NOTE:
    • In the early stages of an incremental migration, there is more delay because more data is waiting to be synchronized. In this situation, no notifications will be sent.
    • Before setting the delay threshold, enable Send Notifications.
    • If the delay threshold is set to 0, no notifications will be sent to the recipient.

    Data Exception Notification

    This parameter is optional. After enabled, DRS will send a notification if the task data is abnormal.

    Stop Abnormal Tasks After

    Number of days after which an abnormal task is automatically stopped. The value must range from 14 to 100. The default value is 14.

    NOTE:

    Tasks in the abnormal state are still charged. If tasks remain in the abnormal state for a long time, they cannot be resumed. Abnormal tasks run longer than the period you set (unit: day) will automatically stop to avoid unnecessary fees.

  7. After the task is submitted, view and manage it on the Online Migration Management page.

    • You can view the task status. For more information about task status, see Task Statuses.
    • You can click in the upper right corner to view the latest task status.
    • By default, DRS retains a task in the Configuration state for three days. After three days, DRS automatically deletes background resources, but the task status remains unchanged. When you reconfigure the task, DRS applies for resources again.