SQL Server liquibase github integration

Hi Everyone,

I am looking for help for the below use case.

We want to automate our sql server deployments where we have sql files in git using liquibase Can someone please help here.

Thanks
Venkat

Hi Venkat! Welcome!

I have an example Git repository with a fully-functional Liquibase and Docker setup.

You store your change sets in “schema/” and fire off ci/cd using “jenkins-integration”. If you would like to see it run, download it and run “./jenkins-integration.sh” for an example using MySQL. It wouldn’t take much to make it compatible with MSSQL.

If you have any questions or just want to talk strategy, don’t hesitate to reply!

1 Like

Thanks for reply, let me try that and let you know