Azure MySQL single server got auto migrated to flexible server

Rakesh Dakornarayan Chandra 5 Reputation points
2023-09-05T06:30:44.19+00:00

I have an Azure MySQL single server which got auto migrated to flexible server and currently in stopped state because of which I can't change any settings or can't access it from any client application, when opening in azure portal its showing message "Migration and cutover to Azure Database for MySQL Flexible Server 'mysql-server-name' completed successfully. While the migrated Flexible Server is online and connected to your clients/applications, you will be able to access the server via Azure Portal or CLI only after 12 hours (ARM cache refresh rate) post the migration. Your Single Server instance has been put to stopped state and will be deleted after the number of days set as Backup Retention Period for your Single Server instance.}"

When I checked in MySQL flexible server in portal to see if its available there or not, it was not there also.

Please help me on this.

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

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 13,996 Reputation points Microsoft Employee
    2023-09-05T08:09:24.0666667+00:00

    Hi
    Rakesh Dakornarayan Chandra
    •,

    Welcome to Microsoft Q&A forum and thanks for using Azure Services.

    As I understand, you are not able to find Azure MySQL Flexible Server in Azure Portal after migration.

    We are sorry about the inconvenience you are facing.

    Please try to execute Azure CLI command to check status of the server like below:

    az mysql flexible-server db list --resource-group
    az mysql flexible-server db show [--database-name]                                  [--ids]                                  [--resource-group]                                  [--server-name]                                  [--subscription]
    

    Let us know if the server details show up. If not, please raise support case for immediate attention and investigation.

    Thanks

    1 person found this answer helpful.
    0 comments No comments