Manage metadata migrations
Manage your metadata migrations with LiveData Migrator using either the UI or CLI.
#
Manage metadata migrations with the UIThe dashboard displays an overview of metadata migrations and their status, showing what pre-existing metadata has been moved and added since the migration started.
Select View migration to see more detail.
#
Pause a metadata migrationWhen you start a metadata migration, the Pause button will be become available. Select it to pause the migration and suspend all current file transfer.
Paused migrations can be resumed at any time.
#
Resume a metadata migrationWhen you pause a migration, the Pause button will be replaced with a Resume button. Select it to resume the migration, which will continue from where it left off.
#
Stop a metadata migrationWhen you start a metadata migration, the Start button will be replaced with a Stop button. Select it to stop the migration and suspend all current file transfer indefinitely.
A stopped metadata migration cannot be resumed.
#
Delete a metadata migrationnote
Metadata migrations must be stopped before they can be deleted.
When viewing a metadata migration, select on the Settings panel. Select the option to Delete the metadata migration.
#
Manage metadata migrations with the CLICommand | Action |
---|---|
hive migration delete | Delete a hive migration |
hive migration list | List all hive migrations |
hive migration show | Display information about a hive migration |
hive migration start | Start a hive migration or a list of hive migrations |
hive migration start all | Start all hive migrations |
hive migration status | Show the status of a hive migration or a list of hive migrations |
hive migration status all | Show the status of all hive migrations |
hive migration stop | Stop a hive migration or a list of hive migrations |
hive migration stop all | Stop all hive migrations |