Deployment Failure

CSPBC 6 Reputation points
2022-07-19T14:46:40.927+00:00

I created a MySQL database in Azure and did not have any issues setting it up; however, when I try to run a restore I keep getting the same "Internal Server Error" and my deployment fails. I have tried running it multiple times, using custom date and "Fast Recovery" dates. I also noticed that out of the available dates provided by the "Backup and Restore" screen, I am able to restore some but not all. Has anyone come across this same issue?

The error status is: conflict

And this is the status message:
{
"status": "Failed",
"error": {
"code": "InternalServerError",
"message": "An unexpected error occured while processing the request. Tracking ID: '7fae4257-f551-4735-9874-98c4fc03b7fd'"
}
}

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

2 answers

Sort by: Most helpful
  1. Sam Cogan 10,082 Reputation points MVP
    2022-07-19T16:24:54.173+00:00

    You'll need to raise a support ticket to get this looked into, the error message is too vague to help.

    0 comments No comments

  2. Alessandro Dutenhefner 1 Reputation point
    2022-12-14T20:00:44.71+00:00

    I am getting the same error.

    I have 2 mysql databases and i cannot restore any of them.

    {
    "status": "Failed",
    "error": {
    "code": "InternalServerError",
    "message": "An unexpected error occured while processing the request. Tracking ID: 'af9ffad3-bb32-4fb2-8054-01b8a7fa2539'"
    }
    }

    How do i fix this?
    Regards