Configure Spryker Code Upgrader
Edit on GitHubSpryker Code Upgrader offers customization options to tailor the upgrading process to your project requirements. The Upgrader is customized by running a dedicated pipeline with configuration variables.
To configure the Upgrader, follow the steps:
- In the Upgrader UI, go to Projects.
- On the Projects page, select Spryker Code Upgrader.
- On the Pipelines page, next to the Change Upgrader config pipeline, click Run.
- On the Run Change Upgrader config page, click Run now.
- On the Run: #1 page, update the needed parameters and click Proceed.
JSON values must be added in one line and without whitespaces.
This runs the pipeline. After it finishes, the configuration gets updated.
Customization variables
VARIABLE | DESCRIPTION | DEFAULT VALUE |
---|---|---|
CRON_STRING | A cron schedule expression that defines the frequency and timing of when the Spryker Code Upgrader pipeline is automatically executed. | 0 8 * * MON |
MAX_ALLOWED_MINOR_VERSIONS | The maximum number of installed minor versions of Spryker modules. This serves as a flexible threshold. In some scenarios, the actual count of installed minor Spryker module versions might exceed this value. | 10 |
MAX_ALLOWED_PATCH_VERSIONS | The maximum number of installed patch versions of Spryker modules. This serves as a flexible threshold. In some scenarios, the actual count of installed patch Spryker module versions might exceed this value. | 30 |
Thank you!
For submitting the form