1 min readMar 31, 2020
Hi Ken,
If it is a one time requirement to point the database server for your service to local copy, then master-slave configuration can cater your requirement. But if your requirement is to revert back to the original data database after certain time running the service with with local database, then you need to configure it as master-master to replicate the data on your local machine to back to the original database server.
Thanks!