Comments
2 comments
-
Hi fforgoso ,
The best way to do this is to create multiple deployments. Each deployment can contain the exact combination of changes that you would like.
There are a couple of different techniques you could use to selectively split migrations (of any kind) into multiple deployments.
Are you currently using a practice of branching and merging? If so, that type of strategy helps you control the flow of changes into your release pipeline. An example is described here: https://littlekendra.com/2020/01/10/why-i-like-the-release-flow-branching-strategy-with-git-for-database-devops/
Hope this helps,
Kendra -
Good morning @Kendra_Little. Thanks for your answer.Off the top of your head, can you think of an alternative than this suggested branching strategy?
Does the tool provide any settings to accomplish our client needs?
Add comment
Please sign in to leave a comment.
Maybe you could suggest another way to address this problematic.