Hi,
We have two identical database (say A and B), and wonder if its possible to use liquibase to migrate selective data from A to B.
A is a read/write database and B is read-only. We have written a system where a users make changes to A and then 'copy' selective changes made on A to B.
I was wondering if it was possible/good idea to use liquibase to do this.
We already use liquibase to manage changes to our database structure when deploying our system.
Thanks,
Jack.