If you have no previous installation of Data360 Analyze, see Downloading and installing Data360 Analyze.
During the upgrade process, you will be prompted to choose whether to install Python 2.
- Select this option if your data flows use Python 2-based nodes.
- Deselect this option if you do not use Python 2-based nodes. (Recommended, as Python 2
is deprecated.)Important: If Python 2 is already installed in your existing installation, it will remain selected by default during the upgrade.
Note: You cannot choose to install or remove Python2 after
installing Data360 Analyze. If you want to do so later, you must restore from a
pre-installation backup and select or deselect Python2 option accordingly.
Prerequisites
-
You cannot have two different versions of Data360 Analyze running on the same machine.
- Consider turning off any anti-virus software that may interrupt the installation process.
Breaking changes
- The Microsoft SQL Server JDBC driver shipped with the installation has been upgraded from 9.X to 12.X. Note that the default for the 12.X drivers is to have TLS enabled. To disable TLS set the DBOptions property on the JDBC related nodes to
encrypt=false. If using a self-signed certificate for SQL Server, DBOptions will need to be set totrustServerCertificate=true. - The MariaDB driver has been upgraded from 2.7.X to 3.3.X. There are a number of changes to the JDBC URL parameters. The 2.7.X version is still shipped with the product as it is still supported by the MariaDB project and it can be made the default version used by the Data360 Analyze installation. However, the 2.7.X version will be End Of Life in 2025, and at that point will no longer be supported by Data360 Analyze.