...
Before Upgrading
Anchor | ||||
---|---|---|---|---|
|
Check the pre-requisites for the release and that you will be able to perform the necessary upgrades if there have been any changes to minimum versions.
The pre-requisites include:
- Java
- Tomcat
- Database
See the main release notes for the specific release for detailed requirementsCompatibility Guide and Upgrade Planning to ensure that your version of database, Tomcat and Java are supported in the planned upgrade. If any of these items need updating, please contact your IT team several weeks in advance of the planned upgrade. Also check Compatibility Guide and Upgrade Planning for any special upgrade instructions between your current and target versions.
Upgrade
Backup your Database
...
Code Block |
---|
cd $RELEASE/schema/sqlserver/migration/X.Y sqlcmd -S myServer\myInstance -U myUsername -P myPassword -d myDatabase -i migrate_schema_from_x_y_z_to_X_Y_Z.sql |
Note | ||
---|---|---|
| ||
Please note that some of the scripts can generate warning messages. One example of this is Caution: Changing any part of an object name could break scripts and stored procedures. These warning messages are normal and do not indicate a problem. However, in the unlikely event that you see an error message, please contact your PhixFlow support team. |
Re-start Tomcat
Complete
The upgrade is now complete.