[Mastering Oracle SQLcl Liquibase - Part 3/3] - Synchronize your existing environments
In previous parts, you've learned how to start using SQLcl Liquibase with a new database and then track your database changes made after.
In this part, I will show you how to synchronize your existing environments with Liquibase. Using my tips, you c...
Richard Sylvester
Passionate about Oracle Database, Oracle APEX and anything techonlogy.
Hi Rafal, thanks for the detailed explanation of how to use Liquibase on an existing environment.
Let's say I have a dev environment with 105 tables of which 5 of them are used by developers to try out new features and rest 100 tables I would like to keep in sync in UAT. What would be the best approach?