Skip to content

Features

Antonio Robirosa edited this page Nov 4, 2023 · 10 revisions

Features

  • Commercial Friendly License: The extension can be used in commercial projects mixed with proprietary code.
  • Open Source: You can review, improve or fix the code.
  • Free: Please read the motivation section. [Goal and Motivation]
  • Compatible with Hybris 1905+, 6.x, 5.x and 4.x.
  • Runs Impex, SQL, Groovy or BeanShell scripts only once
  • Easy creation of the deployment scripts following the principle Convention over configuration
  • Strict error handling: If there is an error running a deployment script, all the scripts which come afterwards in any extension won't be executed. This prevents hundreds of error messages when only one deployment script has failed and urges the developers to correct the error as soon as possible.
  • Runs deployment scripts during the update running system or the initialization
  • The scripts are also executed when you use ant updatesystem or ant initialize
  • The scripts may be executed during the create essential data or create project data steps
  • Scripts may be configured to only run on some servers and tenants
  • Shows in Backoffice the executed deployment scripts with time, extension, id and status
  • The deployment scripts and their files are sorted ignoring the case of the filename. This gives as result the same order of files in Windows and in Unix-like operating systems

Compatibility table

The Areco deployment manager was developed and tested with the following SAP Commerce (hybris) and database versions

Areco Deployment Manager SAP Commerce Oracle DB MySQL HyperSQL
Older versions Please see release notes None Unknown Unknown
1.5.2 6.6.0.15 None 8 2.4.1
1.5.3 1905.17 None 8 2.4.1
1.5.4 2205.06 XE 21c 8.0.23 2.4.1
1.5.5 2205.06 None 8.0.35 2.4.1
Clone this wiki locally