summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2019-06-12 07:40:14 +0000
committerJan Provaznik <jprovaznik@gitlab.com>2019-06-12 07:40:14 +0000
commit2eabaafd5ff50989bef6362dc1950a26789a468e (patch)
treef3934054f741440d3c9b3fad87645aa4d73f30b4 /doc
parentcb9dc4adcab890bc79ca28caae882db08163f6ed (diff)
parentd076fba81e9446517bd774e82d09b42b7f6d41b8 (diff)
downloadgitlab-ce-2eabaafd5ff50989bef6362dc1950a26789a468e.tar.gz
Merge branch 'ce-remove-dead-es-migration' into 'master'
Remove docs for a removed ES rake task See merge request gitlab-org/gitlab-ce!29501
Diffstat (limited to 'doc')
-rw-r--r--doc/integration/elasticsearch.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/integration/elasticsearch.md b/doc/integration/elasticsearch.md
index 57a5a42fbed..6064c417900 100644
--- a/doc/integration/elasticsearch.md
+++ b/doc/integration/elasticsearch.md
@@ -351,8 +351,6 @@ There are several rake tasks available to you via the command line:
- This removes the GitLab index on the Elasticsearch instance.
- [sudo gitlab-rake gitlab:elastic:recreate_index](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/tasks/gitlab/elastic.rake)
- Does the same thing as `sudo gitlab-rake gitlab:elastic:create_empty_index`
-- [sudo gitlab-rake gitlab:elastic:add_feature_visibility_levels_to_project](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/tasks/gitlab/elastic.rake)
- - Adds visibility information to the indices for projects.
- [sudo gitlab-rake gitlab:elastic:index_snippets](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/tasks/gitlab/elastic.rake)
- Performs an Elasticsearch import that indexes the snippets data.