Migrating Activities data

If you want to move existing Activities data to Activities Plus, you must run the migration service.

For information, see Migration of Activities in the Kudos Docs help.

Attention: There is a correction to the "Deploy Helm Chart" section in the migration page linked to above. Use the following instructions for deploying the chart in place of the ones in that section:

Deploy the helm chart with the same configuration boards-cp.yaml file used to deploy the kudos-boards-cp chart:

helm upgrade kudos-boards-cp [PATH_TO_HELM_CHARTS]/kudos-boards-cp-activity-migration-1.0.0.tgz -i -f ./boards-cp.yaml --namespace connections --recreate-pods

where [PATH_TO_HELM_CHARTS] is the file path to the helm charts: [extractedFolder]/microservices_connections/hybridcloud/helmbuilds/

For example:
helm upgrade kudos-boards-cp ./microservices_connections/hybridcloud/helmbuilds/kudos-boards-cp-activity-migration-1.0.0.tgz -i -f ./boards-cp.yaml --namespace connections --recreate-pods