Azure Resource move -Azure Database for MySQL flexible server

Ranjitha S 40 Reputation points
2024-12-17T20:33:38.89+00:00

Using the Azure resource mover we can move the "Azure Database for MySQL flexible server" across the subscription , but the move is failing due to Private end points are connected.

Let me know how can we move the Azure Database for MySQL flexible server across the subscription. Does it requires any down time. What's the impact on the application.

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
874 questions
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
247 questions
{count} votes

Accepted answer
  1. Sai Raghunadh M 1,605 Reputation points Microsoft Vendor
    2024-12-18T02:03:27.5033333+00:00

    Hi @Ranjitha S

    Thanks for the question and using MS Q&A platform

    I understand that the migration of your Azure Database for MySQL Flexible Server is failing across the subscription due to connected private endpoints.

    These may be due to some reasons:

    • If your MySQL server has private endpoints, you’ll need to disconnect or delete them before moving.
    • After the move, you can recreate the private endpoints in the new subscription.
    • Make sure both subscriptions are in the same region (the move works only region-to-region).
    • The move requires downtime. Your MySQL server will be temporarily unavailable during the move, but this usually takes a short time.
    • During the downtime, your app won’t be able to connect to the MySQL server. Make sure your app can handle this and reconnect once the move is finished.
    • Once the move is done, you'll need to set up DNS, private endpoints, and networking again in the new subscription.

    Hope this helps. Do let us know if you any further queries. If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

     

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Ranjitha S 40 Reputation points
    2024-12-23T18:51:28.07+00:00

    Thank you Raghunadh M

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.