Is it possible to setup continuous data sync between On-premise MySQL to Azure SQL or Azure MySQL to Azure SQL DB.
Data migration blog is helpful when one has to do Lift & Shift migration rather then continuous Sync.
Is it possible to setup continuous data sync between On-premise MySQL to Azure SQL or Azure MySQL to Azure SQL DB.
Data migration blog is helpful when one has to do Lift & Shift migration rather then continuous Sync.
Hello @SarveshPandey-7139 Did the answer below provided by Morillo helpful. Please feel free to reach out if you further query.
Regards
Oury
Currently SQL Data Sync service only works with Azure SQL Databases, SQL Server, SQL Express and LocalDB databases.
However you can use Sync Framework to build your own solution. Please read **this** article to know how. This is another related article. If you finally decide to build your own implementation of Azure Data Sync please take in consideration these recommendations.
Another option you have is to sync between a MySQL (on-premises) and a subordinate server running on MySQL Database on Azure. See this documentation.
10 people are following this question.