...
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 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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 | ||
---|---|---|
| ||
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.
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 system, sys, 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.
...