Skip to content

WIP: Add configuration to skip post deployment migrations

Toon Claes requested to merge tc-skip-post-migrate into master

What does this MR do?

To simplify zero-downtime upgrades, give the users the option to run the normal migrations, but skip the post-deployment migrations. When they do this, the migrations can run, but the services do not need to restart.

TODO

  • Documentation
  • Ignore skip_post_migrate when one or more minor versions are skipped

More details in the issue.

Related issues

Closes #4736

Checklist

See Definition of done.

  • Changelog entry created. Not applicable for Documentation changes and minor changes.
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA, if applicable
  • MR targeting master branch
  • MR has a green pipeline on GitLab.com
  • Equivalent MR/issue for CNG opened if applicable
  • trigger-package has a green pipeline running against latest commit

Reviewer Checklist

In addition to above, reviewer must:

  • Pipeline is green on dev.gitlab.org if the change is not touching documentation or internal cookbooks
Edited by Toon Claes

Merge request reports

Loading