Commit 2d117e28 authored by Evan Read's avatar Evan Read

Merge branch 'bbodenmiller-master-patch-27183' into 'master'

Add caution about repo cleanup to repository storage move API

See merge request gitlab-org/gitlab!46310
parents f557f4e2 e58dd620
......@@ -194,6 +194,14 @@ Example response:
## 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
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