[docs] Note deprecation of project upgrade-check in Docker upgrade guide - #2492
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Developer Docs healthcheckStatus: Completed with |
📢 Developer Announcement RecommendationRecommendation: ❌ No Announcement Recommended No developer announcement signals were detected.
|
There was a problem hiding this comment.
🟡 Changes recommended
The updated step still instructs running a deprecated command, which creates conflicting guidance and should be revised to recommend the replacement workflow directly.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Docker-based Shopware upgrade guide to address the deprecation of shopware-cli project upgrade-check, so readers are directed toward the supported replacement workflow.
Changes:
- Adds a deprecation/removal note for
shopware-cli project upgrade-checkin the “major upgrade” step list. - Points readers toward using
shopware-cli project upgradeas the replacement command.
File summaries
| File | Description |
|---|---|
| guides/hosting/installation-updates/docker.md | Adds a deprecation note for the legacy upgrade-check command in the Docker upgrade procedure. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
Thx for the PR 👍 lets hope it catches the removal in Oktober, I would have removed it already if there is a replacement
Related
shopware/shopware-cli#1477
What changed?
shopware/shopware-cli#1477 adds a Cobra deprecation notice to
shopware-cli project upgrade-check(to be removed in October 2026), replacing it with the guidedshopware-cli project upgradeflow.The Docker upgrade guide still instructs readers to run
shopware-cli project upgrade-checkas the first step of a manual PHP/Shopware upgrade. This PR adds a note there pointing to the deprecation and the replacement command, so readers are not sent to a command scheduled for removal without guidance.Files changed
guides/hosting/installation-updates/docker.mdcc
@shyim(author of the source PR)