An error occurred while fetching the assigned milestone of the selected merge_request.
Fix a simple typo. Missing 'es' behind task name
Merge request reports
Activity
Filter activity
Reassigned to @vsizov
Added elasticsearch label
Is this accurate?
$ git grep create_empty_index gitlab/elastic.rake: Rake::Task["gitlab:elastic:create_empty_index"].invoke gitlab/elastic.rake: task create_empty_index: :environment do gitlab/elastic.rake: Gitlab::Elastic::Helper.create_empty_index gitlab/elastic.rake: Gitlab::Elastic::Helper.create_empty_index
OMG, seems task name changes in 3708bc22 but the doc don't tell the change... Which means some old version need to use
create_empty_indexes
but for latest release, we need to usecreate_empty_index
.Since 8.11.0,
create_empty_indexes
becomescreate_empty_indexes
.Edited by username-removed-234867
Please register or sign in to reply