Continuous integration to modify the database

I want to implement continuous integration for database changes. I want to know how to do this and what are the actions that we must perform as part of the CI for db (for example: create db / execute scripts / xx).

CI: Jenkins DB: SQL Server

I do not want to use any tool like RedGate ... Let me know your thoughts.

thank

+4
source share
2 answers

, , Liquibase. Apache 2.0, VCS, HTML- . , ...

+3

CI, . :

  • script - , , .

  • script.

1- , script , .

, 1- , . - , , , , , (, , ) , (, , , - )

0

Source: https://habr.com/ru/post/1542166/


All Articles