Point In Time Restore fails

Nakazawa 0 Reputation points
2024-07-22T00:34:51.7633333+00:00

I'm trying to deploy an Azure Database for MySQL flexible server from Point In Time backup source and it always fails with "Conflict" status. I've tried different server sizes (more vCPUs) and different backup points (different hour/days) and it didn't solve my problem. How can I manage to do Point-In-Time Restore successfully?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
845 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 15,341 Reputation points
    2024-07-22T06:00:17.2466667+00:00

    Hi Nakazawa •,

    Welcome to Microsoft Q&A forum.

    As I understand, you are trying to deploy an Azure Database for MySQL flexible server from Point In Time backup source and it always fails with "Conflict" status.

    In Azure Database for MySQL flexible server, performing a point-in-time restore creates a new server from the flexible server's backups in the same region as your source server.

    Could you please check the Region of the original server?

    It's created with the original server's configuration for the compute tier, number of vCores, storage size, backup retention period, and backup redundancy option. Also, tags and settings such as virtual network and firewall are inherited from the source server. The restored server's compute and storage tier, configuration and security settings can be changed after the restore is completed.

    Check server name which you give for the new one.

    Ensure that network configurations (e.g., VNet, subnet) are correctly set up and that there are no conflicts.

    Follow this https://learn.microsoft.com/en-us/azure/mysql/flexible-server/how-to-restore-server-portal for in case you are using restore to move a server from Public access to Private access.

    Let us know your finding.

    Awaiting your reply.

    Thanks

    1 person found this answer helpful.

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.