Skip to content

Fix issues with skipping repositories in the backup

DJ Mountney requested to merge skip-repositories into master

Fixes: gitlab-org/charts/gitlab#1639 (closed)

We have an issue, when trying to do a db only backup, we weren't marking the repositories as skipped, (even though we were skipping them)

This resulted in restores that deleted repository data.

This fixes the backup script, but also makes the restore check for the repositories directory before restoring repos.

Merge request reports

Loading