Is it possible to have 2 ways replication between local database and cloud database?
for example any update on local DB (MySQL or MS SQL) will be replicated to database on Amazon Cloud and vice versa.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it is possible to have 2-way replication between local DB and cloud DB.
However, you might want to consider the following before deciding to implement such replication:
the data center, so this can hike up what you are paying.
local and hosted databases.
replication will be interrupted, which can of course cause issues.
You should perhaps consider looking into keeping your DB in the cloud, and instead of a two-way replication check what type of local backup and access the different vendors offer. 🙂