Skip to content

Introduce new skip-auto-reconfigure flag file

Richard Clamp requested to merge rc-1707-add-file-and-deprecate into master

What does this MR do?

Introduces new flag file /etc.gitlab/skip-auto-reconfigure to replace /etc/gitlab/skip-auto-migrations, logs deprecation if /etc/gitlab/skip-auto-migrations is found to be present.

If either file exists, we do the same for now in the pre/postinst scripts, and gitlab-ctl upgrade

Checklist

See Definition of done.

  • Change added to CHANGELOG.md. 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

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

References

Towards #1707 (closed)

Edited by Richard Clamp

Merge request reports