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 .0 or FlexDeploy 4.0.0 to FlexDeploy 4.5.0.

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

Code Block
languagesql
titleUpgrading 3.7.1 to 4.5.0
linenumberstrue
collapsetrue
migration3.7.1_to_4.0.0.sql
migration4.0.0_to_4.0.1.sql
migration4.0.1_to_4.0.2.sql
migration4.0.2_to_4.0.3.sql
migration4.0.3_to_4.5.0.sql

...

Code Block
languagesql
titleUpgrading 4.0.0 to 4.5.0
linenumberstrue
collapsetrue
migration4.0.0_to_4.0.1.sql
migration4.0.1_to_4.0.2.sql
migration4.0.2_to_4.0.3.sql
migration4.0.3_to_4.5.0.sql

...

Code Block
languagesql
titleUpgrading 4.0.3 (build time 4/23/2017 or earlier) to 4.5.0
linenumberstrue
collapsetrue
403PatchRelease_04-24-2017.sql
403PatchRelease_05-01-2017.sql
403PatchRelease_05-5-2017.sql
403PatchRelease_05-11-2017.sql
403PatchRelease_05-22-2017.sql
403PatchRelease_06-14-2017.sql
403PatchRelease_07-19-2017.sql
403PatchRelease_07-24-2017.sql
migration4.0.3_to_4.5.0.sql

...

Code Block
languagesql
titleUpgrading 4.0.3 (build time 5/11/2017) to 4.5.0
linenumberstrue
collapsetrue
403PatchRelease_05-22-2017.sql
403PatchRelease_06-14-2017.sql
403PatchRelease_07-19-2017.sql
403PatchRelease_07-24-2017.sql
migration4.0.3_to_4.5.0.sql


Info
titleUpgrade from 4.5 GA to 4.5 Patch Releases

If you have 4.5 GA version installed and would like to upgrade to 4.5 patch releases like 4.5.1, then you will may need to run Patch Release SQL files that were not yet run on your database. Here is the current list of SQL patches on 4.5 GA.

  1. 450PatchRelease_10-11-2017.sql
  2. 450PatchRelease_11-01-2017.sql
  3. 450PatchRelease_11-02-2017.sql

You can find which files that you may have already executed by doing "select version, created_on, created_by from fd.fd_flexdeploy_version order by created_on desc" database query.

We have also added new screen in 4.5 patch release to view list of patches, which you can access using Administration - FlexDeploy Patches in FlexDeploy.


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.

...