Skip to content

Skip pushing existing files to object storage as part of restore

Balasankar 'Balu' C requested to merge skip-object-storage-restore into master

With https://gitlab.com/gitlab-org/gitlab-ce/issues/51293, we decided to ask users to migrate existing files to object storage before backing up the omnibus-gitlab installation. However, our restore task still pushes it to a wrong location, thus confusing users. We should not be doing that, at least till the backup/restore task is revamped.

Merge request reports