-
Notifications
You must be signed in to change notification settings - Fork 30
Snapshot Creation
Using incremental or a series of 'delta' snapshots is not yet supported, tracking issue. There must be a single snapshot for a backfill.
Create the initial Snapshot on the Source Cluster with the following commands:
console snapshot create
Depending on the size of the data on the source cluster and the bandwidth you've configured the cluster to provide for snapshots, this can take a while. You can tweak the maximum rate at which the source cluster's nodes will create the snapshot using the --max-snapshot-rate-mb-per-node
option. The tradeoff here is that increasing the speed at which the snapshot is created also increases the amount of resources the nodes are devoting to that creation instead of serving normal traffic. If you don't specify a number for this, it will use the default for whatever version of source cluster you're using. See the docs for ES 7.10 here for more context.
You can get a point-in-time update on the snapshot status like so:
console snapshot status --deep-check
Example output a snapshot is completed
console snapshot status --deep-check
SUCCESS
Snapshot is SUCCESS.
Percent completed: 100.00%
Data GiB done: 29.211/29.211
Total shards: 40
Successful shards: 40
Failed shards: 0
Start time: 2024-07-22 18:21:42
Duration: 0h 13m 4s
Anticipated duration remaining: 0h 0m 0s
Throughput: 38.13 MiB/sec
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