Upgrading to watsonx.data intelligence

An instance administrator can upgrade IBM Data Product Hub, IBM® Knowledge Catalog, and IBM Manta Data Lineage from version 5.2.1, 5.2.2, or 5.3 to watsonx.data intelligence.

This upgrade is a multi-step process. You must upgrade your existing installation of the respective service to Version 5.4 of that service and then install watsonx.data intelligence 2.4.

Possible upgrade paths

You can upgrade IBM Data Product Hub, IBM Knowledge Catalog (any edition), and IBM Manta Data Lineage on IBM Software Hub 5.2.1, 5.2.2, or 5.3 to watsonx.data intelligence 2.4 on IBM Software Hub 5.4:

Specifying installation options for watsonx.data intelligence

When you install watsonx.data intelligence on top of an upgraded service, you might need to adjust some installation options.

Specify the following options in the install-options.yml file in the cpd-cli work directory (For example: cpd-cli-workspace/olm-utils-workspace/work).

The sample YAML content uses the default values.

Retain the --- syntax at the beginning of the entry to ensure that this entry is treated as a separate document.

---
# ............................................................................
# watsonx.data intelligence parameters
# ............................................................................
non_olm:
  watsonxDataintelligence:
    enableAISearch: false
    enableDataGovernanceCatalog: true
    enableKnowledgeGraph: true
    enableDataQuality: false
    enableDataLineage: true
    enableDataProduct: true
    enableUnstructuredDataIntegration: false
    enableGenerativeAICapabilities: true
    enableSemanticEnrichment: true
    enableSemanticEmbedding: false
    enableTextToSql: false
    enableModelsOn: cpu

If you upgraded IBM Knowledge Catalog Premium or IBM Knowledge Catalog Standard and enableSemanticAutomation was set to True, set enableModelsOn: gpu to retain the previous behavior and enable inferencing with GPU models.

For more information about the installation options, see Preparing to install watsonx.data intelligence.