Skip to content

Use Gitaly's DeleteAllRepositories RPC during backup restore

Jacob Vosmaer requested to merge gitaly-backup-restore-delete-repositories into master

What does this MR do?

This migrates a part of the gitlab:backup:restore task: the part where we delete all existing repositories before restoring repositories from the backup.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Because the old code did not use Gitaly.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitaly#1194 (closed)

Edited by Jacob Vosmaer

Merge request reports