Manta Flow Upgrade Guide
This page explains how to upgrade an existing Manta Flow installation. If no version of Manta Flow has been installed, refer to the Manta Flow Installation Guide: Linux or Manta Flow Installation Guide: Windows. Before upgrading, check the Release Notes for compatibility changes, noted in italics, made to any version newer than the one you are updating from. These changes will need to be reflected in your configuration for IBM Manta Data Lineage to work after the upgrade. Allocate extra time and secure any resources needed to make such changes.
1. Log in into Admin UI and navigate to Configuration tab
2. From the left side Menu click on “Maintenance” and “MANTA Repository Usage” section in the middle.
3. Click on the calendar icon and select a date at least 30 days prior to date of upgrade.
4. Click on export
5. Provide the exported zip file to IBM representative.
The installer handles the upgrade on its own.
-
Before starting the upgrade:
-
Verify that your system meets the Manta Technical Requirements, which may have been updated when new versions of Manta Data Lineage were released.
- Verify that there is enough disk space available .
-
You may want to purge old logs to reduce the disk space usage.
-
Review the Release Notes for every version of Manta Data Lineage between the one you have now and the one you are upgrading to — especially the notes prefixed with “ Important additional information”, which indicates additional changes that need to be made after the upgrade.
-
-
Shut down all the Manta Data Lineage services.
-
Verify that there are no Manta Data Lineage processes running.
-
On Windows:
-
Open Task Manager.
-
Go to the Details tab.
-
Add the
Image path name
andCommand line
columns. (Right-click on the header line and choose Select Columns.) -
Check all running java processes and terminate them if they are related to Manta.
-
-
On Linux:
-
Run the following command.
ps -ef | grep manta
-
Terminate all the processes; for example, using
kill -f <PID>
.
-
-
-
Run the installation process.
-
On Windows, run
MantaFlow-x.y-windows-installer-*.exe
using an admin account, and follow the instructions on the screen. -
On Linux, run
MantaFlow-x.y-linux-x64-installer-*.run
using a root account, and follow the instructions on the screen.
-
-
Select the preferred Java version for Manta Data Lineage to use. R36 requires at least JDK 11. The installer only offers supported versions. When upgrading from an older version of Java, selecting the desired Java version in the installer is enough. The upgrade JDK used in the platform is handled automatically.
-
Complete the installation.
-
Apply the manual changes described in the Release Notes that are prefixed with “Important additional information”.
- If using third-party integrations (Collibra, EDC, IGC), update the model to the one provided by Manta Data Lineage with the new release. Do this by following the instructions for individual third-party connector configurations.