Archive for the ‘Training’ Category.

Database Version Control on StackOverFlow Podcast

One of the questions that was discussed on a recent StackOverFlow podcast was “Do you source control your database“.

It is, obviously, a question near to my heart and I very much agree with the answer of “YES”. I also like that “use liquibase” has a few up votes and isn’t too far down the page…

It is great to see the concept getting some attention. I know that managing your database changes is just as vital as managing your code changes, yet the discussion, tool support, and interest is significantly higher for code version control than it is for database version control. There are endless articles and podcasts on SVN vs. Git, source control best practices, and mocking of people still using CVS and VSS, but basically no mention of LiquiBase vs. ActiveMigrations, database changeset best practices, or mocking of people manually managing their database changes or using database diff tools.

I know LiquiBase has saved my butt as many times as SVN has, and I want it to be able to help as many other developers as possible. The first step, however, is learning that there are tools out there that will help them.

3rd Party LiquiBase Training

On the Agile Database group the other day, there was a message that mentioned that their company provided a training course that included LiquiBase.

Note: I know nothing about the course beyond the link above, but I know there has been interest in LiquiBase training in the past and this may be a useful option for some.

I am mentioning it because it is the first professional LiquiBase training I have seen, and also because of their quote on the group: “Run, don’t walk to liquibase.org and find out more about this lifesaver.”

LiquiBase Overview Videos

I have made two LiquiBase overview videos available to help explain what LiquiBase is and some of its capabilities. One is very brief (6 minutes) while the other is a more in-depth 30 minute video.

I’m planning on adding additional videos in the future. If you have a suggestion on a topic you would like covered, please let us know.

The videos are available in the new training section of the website.