问题
I have multiple tables which needs to be in-sync with the production database tables. Is there any way to ensure the data is synced with the production database other than manually updating the tables.
回答1:
You can use the liquibase for this purpose. This is awesome tool for database
Liquibase is an open source database-independent library for tracking, managing and applying database schema changes. It was started in 2006 to allow easier tracking of database changes, especially in an agile software development environment.
Wikipedia Information
Liquibase Main Site
Hopefully this will help you.
回答2:
Not sure what database you are using, if it is MySQL then replication is the best option to sync.
来源:https://stackoverflow.com/questions/34491652/synchronising-multiple-tables