Commit e58dd620 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Evan Read

Add caution about repo cleanup to repository storage move API

parent df31bd0d
...@@ -194,6 +194,14 @@ Example response: ...@@ -194,6 +194,14 @@ Example response:
## Schedule a repository storage move for a project ## Schedule a repository storage move for a project
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34119) in GitLab 13.1.
> - [Introduced](https://gitlab.com/gitlab-org/gitaly/-/issues/2618) in GitLab 13.3, original repository is automatically removed after successful move and integrity check.
CAUTION: **Caution:**
Before GitLab 13.3, a repository move worked more like a repository copy as the
original repository was not deleted from the original storage disk location and
had to be manually cleaned up.
```plaintext ```plaintext
POST /projects/:project_id/repository_storage_moves POST /projects/:project_id/repository_storage_moves
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment