-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
Description
As part of the effort to test integration of LogsDB we would like to run data-migration testing. We would like to make sure the migration process of log data from existing storage solutions to the new “logsdb” index mode and vice versa works seamlessly. Users should be able to restore indices from snapshots and source-only snapshots and eventually rely on reindexing to migrate existing data.
- Reindex a "logsdb" index from an index whose index mode is “standard”. Make sure reindexing is successful.
- Create a snapshot out of an index using index mode is set to “logsdb”. Make sure snapshot creation is successful.
- Restore a snapshot that was created out of an index whose index mode was set to “logsdb” at snapshot creation time. Make sure restoring the snapshot is successful.
- Create a source-only snapshot from an index whose index mode is “logsdb”. Make sure snapshot creation is successful.
- Restore a source-only snapshot that was created out of an index whose index mode was set to “logsdb” at snapshot creation time. We expect an error here since
_source
is missing.