Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How the Spryker Code Upgrader works #2111

Merged
11 changes: 9 additions & 2 deletions docs/scu/dev/how-the-spryker-code-upgrader-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: How the Spryker Code Upgrader works
description: Spryker Code Upgrader overview
template: concept-topic-template
last_updated: Jul 24, 2023
last_updated: Aug 22, 2023
redirect_from:
- /docs/paas-plus/dev/how-the-spryker-code-upgrader-works.html
---
Expand Down Expand Up @@ -40,7 +40,14 @@ Please follow the link below to find all documentation needed to help you upgrad
https://api.release.spryker.com/release-group/XXXX
```

To continue running the Upgrader tool, install the major version manually, and re-run the Upgrader tool.
To continue running the Upgrader tool, install the major version manually, and rerun the Upgrader tool.

{% info_block infoBox "Composer dependency conflict" %}

Spryker Code Upgrader uses the [composer](https://getcomposer.org/) for updating modules and libraries.
If the composer detects a conflict, it stops the update process and generates an error message. To resolve the conflict, you must manually update the conflicting module and rerun the Upgrader pipeline.

{% endinfo_block %}

### 3. Creates a Git branch

Expand Down