Versions Compared

Key

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

...

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. See examples below if you are upgrading from FlexDeploy 3.7.1 to FlexDeploy 4.5 6 or FlexDeploy 4.0.0 to FlexDeploy 4.56.

If you are applying patch for upgrading 4.5 6 then you may need to run some SQL files as well, please see instructions below.

...

languagesql
titleUpgrading 3.7.1 to 4.6.0.0
linenumberstrue
collapsetrue

...

.

The last file to run will be v4.5.0-to-v4.

...

6.0

...

.0

...

/migration.sql

...

. However, that file requires that you have already installed any other missing database scripts. The examples below explain which of those files you may need.


Code Block
languagesql
titleUpgrading 4.0 to 4.6.0.0
linenumberstrue
collapsetrue
v4.0-to-v4.0.1/migration.sql
v4.0.1-to-v4.0.2/migration.sql
v4.0.2-to-v4.0.3/migration.sql
v4.0.3-to-v4.5.0/migration.sql
v4.5.0-to-v4.6.0.0/migration.sql

...

If you are upgrading from a 4.0.3 or 4.5.0 Patch Release, follow the date based SQL files in sequence by Date. If you have already a applied specific Patch Release patch then skip it. You can make determination of which Patch Release files to run by looking at Build Time on the About window of your FlexDeploy installation that you saved from a previous step. After completing the last 403PatchRelease, run the migration4.0.3_to_4.5.0.sql file and v4.5.0-to-v4.6.0.0/migration.sql. Contact Flexagon support for details if you are not sure. See example below.

...