Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

From the downloaded distribution, extract the /database/upgrade folder.  This folder includes a number of migration*.sql files which upgrades upgrade the FlexDeploy schemas. You will need to execute these scripts from the version of FlexDeploy you currently have, up to the latest version.  And they must be executed in that order.  For example, if you are upgrading from FlexDeploy 3.7.1 to FlexDeploy 4.0.3, you will need to execute migration3.7.1_to_4.0.0.sql, then migration4.0.0_to_4.0.1.sql, then migration4.0.1_to_4.0.2.sql, and finally, migration4.0.2_to_4.0.3.sql. The 4.0.2 to 4.0.3 upgrade includes all of the 403PatchRelease*.sql files in it. 

If you are upgrading for Patch Releasefrom a 4.0.3 release, follow the date based migration sql files in sequence by Date. If you have already a applied specific Patch Release patch then skip it, contact . Contact Flexagon support for details if you are not sure. See example below.

Image RemovedImage Added

These scripts should be executed as systemsys, or another user which has privileges to create objects in other schemas, performs grants, etc.  You can load and execute these scripts using other tools such as Toad or SQL Developer, but the instructions here are for using the sqlplus client.

...