...
If necessary, upgrade to supported versions of Java, Tomcat and Oracle, SQL Server or MySQL / MariaDB.
SeeĀ aboveĀ for details.
Remember, if you are upgrading tomcat, to restore any JDBC drivers needed for datasources that use database technologies or versions not supported for PhixFlow's own connections. See Install Tomcat for details, but in brief, make sure that any additional JDBC drivers you use are placed in:
...
MariaDB (MySQL)
Warning |
---|
Some MariaDB PhixFlow migration scripts create or use privileged functions and/or procedures, and must have privileges not required by the regular PhixFlow user. One Specifically, one of the following must be true:
If neither are true, the migration script may fail and would require manual recovery. |
Code Block | ||
---|---|---|
| ||
cd $RELEASE/schema/sqlserver/migration/X.Y mysql -h myServer -u myUsername -p -D myDatabase source migrate_schema_from_x_y_z_to_X_Y_Z.sql |
Re-start Tomcat
Import new Templates package
...
Complete
The upgrade is now complete.