Commit aa3af64f authored by Valery Sizov's avatar Valery Sizov

ES notes to update guides

parent fcaa2c25
......@@ -151,6 +151,16 @@ When index mapping is changed the whole index should be removed and built from t
bundle exec rake gitlab:elastic:delete_indexes
```
1. Clear repository index status:
```
# Omnibus installations
sudo gitlab-rake gitlab:elastic:clear_index_status
# Installations from source
bundle exec rake gitlab:elastic:clear_index_status
```
1. Create new, empty indexes:
```
......
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