Migrating Cognos Analytics data between clusters
Import or export Cognos Analytics data, including artifacts such as JDBC drivers, custom images, and deployment files, between Cloud Pak for Data clusters.
Use the cpd-cli export-import utility to migrate Cognos Analytics data between Cloud Pak for Data clusters. For more information, see cpd-cli export-import.
Before you begin
- Make sure that you completed the prerequisite tasks and initialized the cpd-cli export-import utility. For more information, see Migrating data between Cloud Pak for Data installations.
- Check whether the cognos-analytics-aux auxiliary module is listed in both
Cloud Pak for Data clusters. Run the following command to
determine which auxiliary modules are
installed:
cpd-cli export-import list aux-modules -n ${INSTANCE_PROJECT} --profile=${CPD_PROFILE_NAME} - Set the
DEST_INSTANCE_PROJECTenvironment variable to the project in the destination cluster for your instance.export DEST_INSTANCE_PROJECT="<project-in-destination-cluster>"Tip: If you are using the same project in the destination cluster as your source cluster, use theINSTANCE_PROJECTenvironment variable:export DEST_INSTANCE_PROJECT=${INSTANCE_PROJECT}
About this task
Note: The cpd-cli export-import does not export the content store database. You
must use Cognos Analytics to export the content store
database.
Procedure
Export the Cognos Analytics data from the source cluster:
Import the Cognos Analytics data into the destination cluster:
What to do next
To verify that the migration is successful:
- Log in to the Cognos Analytics instance in the destination environment.
- Import the data that you migrated. For more information about importing Cognos Analytics data, see Run an Import.
- Open a project and verify that the data, dashboards, and reports in the destination environment are the same as the data, dashboards, and reports in the source environment.