xl-deploy

How to skip specific Execution Plan Steps?

北战南征 提交于 2020-01-26 03:09:05
问题 In the TaskBlockService there is a POST call that one or more steps should be skipped . There is not a good example given how the posted XML (List of String) the paths of the steps to skip . Tried the following content for the POSTed data: curl -X POST https://xldeploy.company.com/deployit/tasks/v2/5e917094-d054-4cc7-940e-89d851ca225a/skip File remove-steps.xml content - sample 1: <list> <string>0_1_1</string> </list> File remove-steps.xml content - sample 2: <list> <string>0-1-1</string> <

How to skip specific Execution Plan Steps?

孤街醉人 提交于 2020-01-26 03:09:05
问题 In the TaskBlockService there is a POST call that one or more steps should be skipped . There is not a good example given how the posted XML (List of String) the paths of the steps to skip . Tried the following content for the POSTed data: curl -X POST https://xldeploy.company.com/deployit/tasks/v2/5e917094-d054-4cc7-940e-89d851ca225a/skip File remove-steps.xml content - sample 1: <list> <string>0_1_1</string> </list> File remove-steps.xml content - sample 2: <list> <string>0-1-1</string> <

What all the steps Liquibase follows while rolling back?

巧了我就是萌 提交于 2019-12-02 17:59:16
问题 I don't understand the detailed steps when rolling back using Liquibase. I had scenario like 6 changesets and for one changeSet rollback was not defined - that is, only <rollback/> within the changeset. After executing using deployIT I could see 7 entries in Databasechangelog table, 6 for added, one for tag creation due usage of deployIT. After rolling back I saw the behavior of removing all newly added 6 changesets even though one of the six changesets had an empty rollback tag. Please any

What all the steps Liquibase follows while rolling back?

给你一囗甜甜゛ 提交于 2019-12-02 11:13:20
I don't understand the detailed steps when rolling back using Liquibase. I had scenario like 6 changesets and for one changeSet rollback was not defined - that is, only <rollback/> within the changeset. After executing using deployIT I could see 7 entries in Databasechangelog table, 6 for added, one for tag creation due usage of deployIT. After rolling back I saw the behavior of removing all newly added 6 changesets even though one of the six changesets had an empty rollback tag. Please any expert tell me why? What is the exact behavior of rollback? Overall want to know when records from