Versions Compared

Key

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

...

FlexDeploy 9.0 application requires Java 17 or 21. Plugins will continue to support various Java versions similar to FlexDeploy 8.0.

Include Page
JDK Options
JDK Options

Automated Rollback

  • Support for rolling back deployments has been added for Standard and and Package-based project level deployments.

  • Standard project rollback will deploy a previous build version to a given environment. User can override version to be deployed if necessary.

  • Package-based project rollback will build rollback package and deploy each file from the chosen Rollback Source Type:

    • Project Version - Source from a previous project version artifact.

    • SCM Revision - Retrieve from the project's configured source control system.

    • Rollback Project File - Select a different project file to build and deploy to roll back. Rollback file is retrieved from project’s source control system. This is project file attribute and can be defaulted as necessary by providing groovy scripts. For example, if file is Fil1.sql then Rollback file can be R_File1.sql. Customers can implement as necessary.

    • Backup Repository - Restore from a previous backup version. Backup repository must be enabled for this option. See plugin guides to see which plugins support taking backups automatically.

    • Rollback Source Type is a project file attribute which can be defaulted from a Groovy script entered on the Project Types screen.

  • Rollback execution history, including linked executions and files, can be easily viewed from the Project Execution page, as well as globally from reports.

...