Skip to content
代码片段 群组 项目
提交 075e2210 编辑于 作者: Justin Farmiloe's avatar Justin Farmiloe 提交者: Ashraf Khamis
浏览文件

Add note on external diff storage type change

上级 992553ca
No related branches found
No related tags found
无相关合并请求
......@@ -271,3 +271,11 @@ By default, `sudo` does not preserve existing environment variables. You should
```shell
sudo gitlab-rake gitlab:external_diffs:force_object_storage START_ID=59946109 END_ID=59946109 UPDATE_DELAY=5
```
## Switching from external storage to object storage
Automatic migration moves diffs stored in the database, but it does not move diffs between storage types.
To switch from external storage to object storage:
1. Move files stored on local or NFS storage to object storage manually.
1. Run the Rake task in the [previous section](#correcting-incorrectly-migrated-diffs) to change their location in the database.
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册