-
Notifications
You must be signed in to change notification settings - Fork 30
System Reset Before Migration
The following steps outline how to reset resources with Migration Assistant before executing the actual migration. At this point all verifications are expected to have been completed. These steps can be performed after Accessing the Migration Console
TODO: Not currently available through migration console, add steps to perform on AWS Console
To stop a running Replayer service, the following command can be executed:
console replay stop
The clear all captured traffic from the Kafka topic, the following command can be executed. Note: This command will result in the loss of any captured traffic data up to this point by the capture proxy and thus should be used with caution.
console kafka delete-topic
To clear non-system indices from the target cluster that may have been created from testing, the following command can be executed. Note: This command will result in the loss of all data on the target cluster and should be used with caution.
console clusters clear-indices --cluster target
- Verify other Setup Verification steps were successful beforehand
Cut a GitHub issue referencing page and assigning to
owner: @lewijacn
Encountering a compatibility issue or missing feature?
- Search existing issues to see if it’s already reported. If it is, feel free to upvote and comment.
- Can’t find it? Create a new issue to let us know.
- Migration Assistant Overview
- Is Migration Assistant Right for You?
- Existing Data Migration - Quick Start Guide
- A. Snapshot Creation Verification
- B. Client Traffic Switchover Verification
- C. Traffic Capture Verification
- D. System Reset Before Migration