Versions Compared

Key

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

...

If you are upgrading from a 4.0.3 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. After completing the last 403PatchRelease, run the migration4.0.3_to_4.5.0.sql file. Contact Flexagon support for details if you are not sure. See example below.

Code Block
languagesql
titleUpgrading 4.0.3 (build time 4/24/2017) to 4.5.0
linenumberstrue
collapsetrue
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

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.

...