Skip to content

Commit

Permalink
update: OS snaptshot data migration feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Oct 18, 2024
1 parent de05c5a commit 77511f5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/products/opensearch/howto/migrate-snapshot-data-opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,24 @@ The response shows the snapshot status and details if a snapshot is in progress:

The `details` section is included only if a snapshot is in progress.

## Verify the migration
## Finalize the migration process

After the restoration process is complete, Aiven for OpenSearch automatically deletes
the snapshot repository used during the migration to clean up resources.

### Reapply ISM policies and security configurations

After restoring your data:

- **Reapply ISM policies**: Reapply any Index State Management (ISM) policies to the
restored indices. For more information, see
[Reapply ISM policies after snapshot restore](/docs/products/opensearch/howto/migrate-ism-policies).

- **Update security configurations**: Review and reconfigure any security settings,
including OpenDistro security configurations. For more details, see
[Migration Opendistro security configuration](/docs/products/opensearch/howto/migrate-opendistro-security-config-aiven).

### Verify the migration

Ensure that your data has been restored successfully by listing the indices and checking
the document count for your migrated data.
Expand Down Expand Up @@ -438,23 +455,6 @@ curl $SERVICE_URL/_cat/aliases?v&expand_wildcards=all
Compare the outputs from the source and target services to ensure that document
counts and aliases match after the migration.
## Complete the migration
After the restoration process is complete, Aiven for OpenSearch automatically deletes
the snapshot repository used during the migration to clean up resources.
### Reapply ISM policies and security configurations
After restoring your data:
- **Reapply ISM policies**: Reapply any Index State Management (ISM) policies to the
restored indices. For more information, see
[Reapply ISM policies after snapshot restore](/docs/products/opensearch/howto/migrate-ism-policies).
- **Update security configurations**: Review and reconfigure any security settings,
including OpenDistro security configurations. For more details, see
[Migration Opendistro security configuration](/docs/products/opensearch/howto/migrate-opendistro-security-config-aiven).
## Backup management during migration
**Automatic pausing of backups**: During the migration process, Aiven for OpenSearch
Expand Down

0 comments on commit 77511f5

Please sign in to comment.