Skip to content

Advanced Search unsupported migration should be a preflight check

What does this MR do and why?

This change adds a new preflight check into the Elastic::MigrationWorker. If it detects that the customer is running an unsupported Elasticsearch version (6.x in this case), it will pause indexing to prevent data loss. This essentially replicates the one-time migration we've had, but uses the new unsupported_version? method.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #363610 (closed)

Edited by Dmitry Gruzd

Merge request reports

Loading