Skip to content

Removes non-working --skip option from restore command

Priyan Sureshbabu requested to merge psureshbabu-master-patch-51646 into master

What does this MR do?

This MR removes the non-working --skip option from the restore command. --skip doesn't work on restore command as per gitlab-org/gitlab#19347 (closed). So, having this argument in the restore command creates a fake sense that it is possible to restore just database even when the backup tarball contains other data types as well.

Related issues

Related to: gitlab-org/gitlab#19347 (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

Merge request reports