It is generally accepted that you should always use proper version control when developing software. Why wouldn’t you do the same with your database changes? It's even more important as part of a DevOps Continuous Integration strategy. Evolving your database Schema using SQL scripts seems easy at the start, but quickly becomes a nightmare as your application grows more complex. How do you track which scripts have been run? How do you rollback changes? Can you conditionally run certain changes for different environments? In this talk Blaine Carter will discuss using a schema migration tool called Liquibase; a database independent, open source tool for managing database changes. Blaine will demonstrate some of the major features and functionality of Liquibase including how to extract your current schema into Liquibase, make changes and roll them back. You will come away from this session with a better understanding of Liquibase specifically and the value of using a schema migration tool as part your CI/CD strategy. [222]

Comments

Comments are closed.