22.2.2+ upgrades mysql to version 8.
There are some considerations customers should take into account before doing the upgrade.
Release : 22.2
Component: SPCINS - Install/Upgrade
Note the possible scenario that can cause an upgrade failure:
Known Issues
You cannot use ddmdb that is saved by using ddm_load.pl for migration. Instead, you can use ddmdb, which is saved by using ddm_load_legacy.exe. Alternatively, you can also use the database (ddmdb) saved by using the mysqldump utility and reloading it after the migration.
Spectrum Report Manager (SRM) migration using the OneClick install dialog is failing. As a workaround, take a backup using the mysqldump utility and load it back after the DX NetOps Spectrum installation.
It is recommended to take the ddmdb backup by using the mysqldump or ddm_save_legacy.exe utility before the upgrade.
From $SPECROOT/mysql/bin:
./mysqldump --defaults-file=../my-spectrum.cnf -uroot -p<password> --databases db1 > dump.sql
Example for Spectrum databases:
./mysqldump --defaults-file=../my-spectrum.cnf -uroot -p<password> ddmdb > dump_ddmdb.sql
./mysql --defaults-file=../my-spectrum.cnf -uroot -p<password> < dump_ddmdb.sql