Reindex Elasticsearch wiki index to update integer with long type

Description

This migrates the Elasticsearch wiki index to match the PostgreSQL database types with the Elasticsearch documents indexed from integer to long.

This is based on the changes from !177223 (merged). We need to use Search::Elastic::ReindexingTask since this is also a mapping migration compared to a more traditional migration about data migration. Zero-downtime migration doesn't update any underlying data https://docs.gitlab.com/ee/integration/advanced_search/elasticsearch.html#using-zero-downtime-reindexing.

Related to #502817 (closed).

Edited by Arturo Herrero

Merge request reports

Loading