Liquibase : How to Automatically Update a Database

preview_player
Показать описание
Today, I want to show you how you can integrate Liquibase into your application so that it automatically updates your database.
That is especially interesting when you build smaller applications that don’t run in a highly regulated enterprise environment. In these situations, it’s often not possible to run the update process yourself and there might be no operations team which executes the SQL scripts. So, you need to run the database update automatically when you start your application.
There are several ways to do that. If you’re building a plain Java application, you can use the Liquibase API to trigger the update. And it gets even easier, if you’re using a CDI container, e.g. in a Java EE application server, or Spring. I will show you all 3 approaches in this video.

If you like this video, please give me your thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!

Join the free Member Library:

Want to connect with me?
Комментарии
Автор

Thanks for taking the time to make this video!

AnikoCarmean
Автор

Thank Thorben for teaching us day after day.

josemalyson
Автор

how can i run this as batch script???

Jatinsharma-vesj
Автор

HI thorben can u share the steps to install liquibase ... configure liquibase.properties file with jdbc and other requisites for the liquibase to work in linux ....
we dont use java code btw

harshareddy
Автор

If i'm using liquibase, also i need hibernate? or they can work together? i always think if i have liquibase, there's no need to have hibernate.

RANTECK
Автор

a majority people integrate liquibase via liquibase-maven plugin

danyils