Updated on 2024-05-09 GMT+08:00

From GeminiDB Redis to Redis

Supported Source and Destination Databases

Table 1 Supported databases

Source DB

Destination DB

GeminiDB Redis

  • On-premises Codis clusters (open-source Codis 3.0 or later)
  • Codis clusters on ECSs (open-source Codis 3.0 or later)
  • On-premises single-node Redis 2.8.x, 3.0.x, 3.2.x, 4.0.x, and 5.0.x
  • ECS-hosted single-node Redis 2.8.x, 3.0.x, 3.2.x, 4.0.x, and 5.0.x
  • On-premises master/standby Redis 4.0.x and 5.0.x
  • ECS-hosted master/standby Redis 4.0.x and 5.0.x

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 and transactions cannot be migrated.
    • Stream, BitMap, HyperLogLog, and GEO data types cannot be migrated.
    • User-defined types are not supported.
    • Commands that are not supported by the destination database 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 migration, incremental migration, 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 requirements:
    • The source must be a GeminiDB Redis instance on the current cloud.
    • A GeminiDB Redis instance can be used as the source database of only one DRS task.
    • The source GeminiDB Redis instance kernel version (gemini version) must be 4.2.0 or later.
    • The replication function must be enabled for the source GeminiDB Redis instance.
      set config set enable-replication 1
    • The sequence number of the source database with data stored must be less than the maximum sequence number of the destination database. For example, if the source database contains No.10 database with data stored, the maximum sequence number of the destination database must be greater than or equal to 10.
    • To create a full+incremental task, the PSYNC command must be supported.
  • Destination database requirements:
    • The destination database must be empty before the migration.
    • The destination DB instance must have sufficient storage space.
    • If the destination is master/standby Redis 5.0, enter all IP addresses and ports of the master, slave, and sentinel nodes for the destination database connection testing. The passwords of the master, slave, and sentinel nodes must be the same.
    • If the destination is master/standby Redis 4.0 and the requirepass parameter (a password) is set on the master and slave nodes, DRS regards the master/standby Redis as a single-node Redis. The master/standby switchover of the destination database is not supported. For the destination database connection testing, enter only the IP address and port of the master node.
    • If the destination is master/standby Redis 4.0 and the requirepass parameter (a password) is not set on the master or slave node, the master/standby switchover of the destination database is supported. For the destination database connection testing, enter all IP addresses and ports of the master, slave, and sentinel nodes.
  • Other notes:
    • A full+incremental task read data by parsing RDB files.
    • If the replication timeout interval of the source GeminiDB Redis is too short (the default value is 3600s), you can increase the value of repl-timeout to prevent task resuming failure due to a long task failure.
    • During the migration, if the task fails due to configuration increase of the source GeminiDB Redis, you need to reset the task. To ensure data consistency, clear the data that has been migrated to the destination database before reconfiguring the task.
    • During the migration, the configuration of the source GeminiDB Redis cannot be reduced. If the configuration of the source database needs to be reduced, create a migration task again.
    • For List objects, duplicated data may occur because the existing data on the destination end is not cleared when PSYNC is invoked for retransmission.
    • If the source is a primary/standby GeminiDB Redis instance, commands containing multiple keys (such as mset) cannot be executed in the source database. Otherwise, the error message "CROSSSLOT Keys in request don't hash to the same slot" may be displayed because the keys are not in the same slot or involve multiple slots.

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 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 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 GeminiDB Redis to a Redis database through a VPN.

  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 Out of the cloud.

      The source database is a database on the current cloud.

      Source DB Engine

      Select GeminiDB Redis.

      Destination DB Engine

      Select Redis.

      Network Type

      Available options: VPC, VPN or Direct Connect, and Public network. VPN or Direct Connect 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.

      Source DB Instance

      Select the source GeminiDB Redis instance you have 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

      Specifies the number of subtasks for connecting to the partition of the source database. The value ranges from 1 to 10. Set this parameter based on the number of source DB instance nodes. For example, if the source DB instance has three nodes, there are 12 partitions in total. If the number of source shards is set to 3 during task creation, each subtask connects to four partitions. For details, see GeminiDB Redis Service Overview.

    • 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

      DB Instance Name

      The GeminiDB Redis instance selected when you created the migration task. This parameter cannot be changed.

      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

      IP Address or Domain Name

      IP address or domain name of the destination database in the IP address/Domain name:Port format. The port of the destination database. Range: 1 - 65535

      • If a single-node or proxy instance is used, ensure that the entered IP addresses or domain names belong to the same instance.
      • If the destination is master/standby Redis 5.0, enter all IP addresses and ports of the master, slave, and sentinel nodes for the destination database connection testing. The passwords of the master, slave, and sentinel nodes must be the same.
      • If the destination is master/standby Redis 4.0 and the requirepass parameter (a password) is set on the master and slave nodes, DRS regards the master/standby Redis as a single-node Redis. The master/standby switchover of the destination database is not supported. For the destination database connection testing, enter only the IP address and port of the master node.
      • If the destination is master/standby Redis 4.0 and the requirepass parameter (a password) is not set on the master or slave node, the master/standby switchover of the destination database is supported. For the destination database connection testing, enter all IP addresses and ports of the master, slave, and sentinel nodes.

      Database Password

      Password for logging in to the destination database

      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.