If all items are green, then congratulations, the upgrade is complete!
### 16. Elasticsearch index update (if you currently use Elasticsearch)
In 11.2 release we fixed a bug that caused some types of notes to not be indexed. Please re-create your index by using one of two ways listed below:
1. Re-create the index. The following command is acceptable for not very big GitLab instances (storage size no more than few gigabytes).
```
# Omnibus installations
sudo gitlab-rake gitlab:elastic:index
# Installations from source
bundle exec rake gitlab:elastic:index
```
1. For very big GitLab instances we recommend following [Add GitLab's data to the Elasticsearch index](../integration/elasticsearch.md#indexing-large-instances).
## Things went south? Revert to previous version (11.1)