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 that you saved from a previous step. 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.

...

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 or 4.5.2, 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
  4. 450PatchRelease_12-09-2017.sql
  5. 450PatchRelease_01-12-2018.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.

...