Commit 255dfe29 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'smh-single-line-praefect-command' into 'master'

Single line praefect repository migration command

See merge request gitlab-org/gitlab!27708
parents d9c8cca7 9def18ea
......@@ -757,10 +757,7 @@ Repositories may be moved from one storage location using the [Repository
API](../../api/projects.html#edit-project):
```shell
curl --request PUT \
--header "PRIVATE-TOKEN: <your_access_token>" \
--data "repository_storage=praefect" \
https://example.gitlab.com/api/v4/projects/123
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" --data "repository_storage=praefect" https://example.gitlab.com/api/v4/projects/123
```
## Debugging Praefect
......
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