Development and Production Slots for Azure MySql Server

Umer Rashid 85 Reputation points
2024-02-09T14:47:52.0866667+00:00

I am wondering if there are any provisions to swap database server from development to production slots, similar to 'deployment slots' provided for Azure App Service? What are the recommended guidelines for migrating Azure Database for Mysql from development to production environments?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
726 questions
{count} votes

Accepted answer
  1. Rahul Randive 8,751 Reputation points Microsoft Employee
    2024-02-10T13:49:56.0766667+00:00

    Hi @Umer Rashid

    There are no provisions to swap database servers from development to production slots for Azure Database for MySQL. You need to migrate your Azure Database for MySQL.

    For migration, you can use Data-in Replication, which limits the amount of downtime that is incurred by the application.  Data-in Replication synchronizes data from a source MySQL server on-premises, in virtual machines (VMs), or in cloud database services

    Or you can use dump and restore migration process. You can use the mysqldump command-line utility or a third-party MySQL tool to do dump and restore commands. Migrate using dump and restore - Azure Database for MySQL - Flexible Server | Microsoft Learn Thank you!

    0 comments No comments

0 additional answers

Sort by: Most helpful