Versions Compared

Key

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

...

You will need to execute one or more SQL script(s) from the version of FlexDeploy you currently have, up to the latest version. And they must be executed in that order.

Image RemovedImage Added

See some examples below to help you understand database upgrade process.

Code Block
languagesql
titleUpgrading 5.23.0.0 to 5.45.0.0
linenumberstrue
v5.23.0.0-to-5.2v5.3.0.2/migration.sql
v5.3.0.2-to-v5.3.0.13/migration.sql
v5.23.0.13-to-5v5.3.0.4/migration.sql
v5.3.0.4-to-v5.4.0.0/migration.sql
v5.34.0.0-to-v5.34.0.21/migration.sql
v5.34.0.21-to-v5.34.0.3/migration.sql
v5.34.0.3-to-v5.34.0.4/migration.sql
v5.34.0.4-to-v5.45.0.0/migration.sql


Code Block
languagesql
titleUpgrading 5.34.0.0 to 5.45.0.0
linenumberstrue
v5.34.0.0-to-v5.34.0.21/migration.sql
v5.34.0.21-to-v5.34.0.3/migration.sql
v5.34.0.3-to-v5.34.0.4/migration.sql
v5.34.0.4-to-v5.45.0.0/migration.sql sq


Code Block
languagesql
titleUpgrading 5.34.0.2 to 5.4.0.0
linenumberstrue
v5.34.0.21-to-v5.34.0.3/migration.sql
v5.34.0.3-to-v5.34.0.4/migration.sql
v5.34.0.4-to-v5.45.0.0/migration.sql 

Executing migration files

...