Skip to content

Set GITLAB_ASSUME_YES=1 in database-backup script

Mitchell Nielsen requested to merge fix-database-upgrade-script into master

What does this MR do?

Sets GITLAB_ASSUME_YES=1 in database-backup script to make it noninteractive.

Without this, the script waits for input and exits with exit code 1.

Similar change for CI specs: !2447 (merged).

Testing done in #2709 (comment 901677248).

Related issues

Closes #2709 (closed)

Related to #3178 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Mitchell Nielsen

Merge request reports