public interface MigrationService
| Modifier and Type | Method and Description |
|---|---|
void |
migrateUnomi(String originVersion,
boolean skipConfirmation,
org.apache.karaf.shell.api.console.Session session)
This will Migrate your data in ES to be compliant with current Unomi version.
|
void migrateUnomi(String originVersion, boolean skipConfirmation, org.apache.karaf.shell.api.console.Session session) throws Exception
originVersion - Origin version without suffix/qualifier (e.g: 1.2.0)skipConfirmation - Should the confirmation before starting the migration process be skipped ? (only supported in karaf shell context)session - Karaf shell session, for execution in Karaf shell context, null otherwiseExceptionCopyright © 2014–2023 Apache Software Foundation. All rights reserved.