Playbook: Apache Solr 8.x or 9.x to OpenSearch 3.x
This playbook is an end-to-end runbook for migrating an Apache Solr 8.x or 9.x deployment — either standalone (single-core) Solr or SolrCloud — into OpenSearch 3.x running on an Amazon OpenSearch Service
Important
This playbook’s main procedure is backup-based backfill. If you need zero-downtime migration for a SolrCloud source, add Capture and Replay so writes that arrive after the backup are captured and replayed to the target. Solr replay requires JSON-format write requests and Solr-specific transform provider configuration. Standalone Solr sources remain backfill-only.
This playbook assumes Migration Assistant is already deployed on Amazon Elastic Kubernetes Serviceconsole --version and loaded the version-matched sample with workflow configure sample --load on the Migration Console pod (migration-console-0).