About Preview Features
Preview features are LiveData Migrator features that are still under development and are subject to improvement. Currently Backup and Restore and Migration Verifications need to be enabled before you can use them. The steps to enable these two preview features are covered below.
Using a preview feature and have feedback to share? Contact WANdisco
#
Preview features - need enablingYou may check which preview features are currently active with the following curl command:
curl localhost:18080/preview
The command will return information similar to the following:
curl localhost:18080/preview{ "preview/<feature>" : "OFF", "preview/<feature>" : "OFF"}
Preview features are LiveData Migrator features that are still under development and are subject to improvement. These are disabled by default, and must be enabled in the properties file:
/etc/wandisco/livedata-migrator/application.properties
Preview features must be enabled by finding the corresponding property with the prefix preview.feature.
and changing the OFF
value to ON
. For example:
preview.feature.backup-restore=ON
LiveData Migrator must then be restarted for the changes to take effect:
service livedata-migrator restart
#
Preview features - automatically enabledThe following preview features are automatically enabled when you install LiveData Migrator: