Start a conversation

Articles

  • Validation Reports

    You can download validation reports in JSON format from the Task Completion screen as highlighted: Follow these steps to get detailed validation reports: You can get your detailed validation reports b...

  • Task Completion

    Once data validation (if required) or schema validation is completed, all the migrations are completed and now the task will proceed for cleanup. Once cleanup is done, it will move to the status “Task...

  • Cutover

    Once the migration reaches Waiting for Cutover, that means the task is waiting for the cutover to get scheduled. If you have already provided the cutover details while registering a task then it will ...

  • Check Migration

    Now check the status of your migration using the Check Migration button on your cluster and choose your migration from the dropdown. The migration process takes some time so be patient. You can check ...

  • Start Migration

    Click on the Start Migration button for your cluster Fill in the required details in the Start New Migration form: To start migration with cutover, select cutover_required Note: If a cutover is requir...

  • Setup Database in ScaleArc

    Login to the ScaleArc UI using the URL to access your ScaleArc instance. Do the initial ScaleArc Setup. Create a cluster and add your source and target databases to the cluster. For now, migration is ...

  • MySQL Migration Limitations

    Some major limitations due to which partial data loss or structural disparity can happen are listed below. Columns with the following data types will not be migrated. GEOMETRY POINT MULTIPOINT LINESTR...

  • MySQL Prerequisites

    Source DB The following permissions are mandatory for the source user: GRANT CREATE USER, REPLICATION CLIENT, REPLICATION SLAVE, SHOW DATABASES, PROCESS ON *.* TO `<source_user>`@`%` WITH GRANT OPTION...