-
Notifications
You must be signed in to change notification settings - Fork 533
[UPDATE] Autoupgrade documentation for 9.x #2062
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
Open
ga-devfront
wants to merge
6
commits into
PrestaShop:9.x
Choose a base branch
from
ga-devfront:feat/9.x/add-recommended-documentation-for-autoup
base: 9.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+43
−15
Open
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
829df12
update: documentation to match new recommended version present on ver…
ga-devfront 7bccc47
fix: update image
ga-devfront 224186d
fix: update image
ga-devfront 548cd10
fix: cli array
ga-devfront 4fa1600
fix: cli array
ga-devfront bb4c2e6
fix: harmonize channel
ga-devfront File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file modified
BIN
-137 KB
(39%)
basics/keeping-up-to-date/update/img/update-assistant-version-choice-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -295,18 +295,34 @@ Example of the `update:check-new-version` command execution: | |
|
|
||
| ```text | ||
| $ php bin/console update:check-new-version admin123 | ||
| -----------+----------+-------+---------------------------------------------------------------------------+ | ||
| | Version | Channel | Type | Information | | ||
| +----------+----------+-------+---------------------------------------------------------------------------+ | ||
| | 8.2.0 | online | minor | https://build.prestashop-project.org/news/2024/prestashop-8-2-0-available/| | ||
| | 9.0.0 | local | major | Zip: 2024-10-17-develop-prestashop_9_0_0.zip | | ||
| | | | | Xml: prestashop_9.0.0.xml | | ||
| | 8.1.0 | local | patch | Zip: 8_1_0.zip | | ||
| | | | | Xml: 8.1.0-2.xml, 8.1.0.xml | | ||
| +---------+--------------------+-------+--------------------------------------------------------------------------------------+ | ||
| | Version | Channel | Type | Information | | ||
| +---------+--------------------+-------+--------------------------------------------------------------------------------------+ | ||
| | 8.2.3 | online_recommended | minor | https://build.prestashop-project.org/news/2025/prestashop-8-2-3-security-release/ | | ||
| | 9.0.1 | online | major | https://build.prestashop-project.org/news/2025/prestashop-9-0-1-maintenance-release/ | | ||
| | 9.0.0 | local | major | Zip: 2024-10-17-develop-prestashop_9_0_0.zip | | ||
| | | | | Xml: prestashop_9.0.0.xml | | ||
| | 8.1.1 | local | patch | Zip: 8_1_1.zip | | ||
| | | | | Xml: 8.1.1-2.xml, 8.1.1.xml | | ||
| +---------+--------------------+-------+--------------------------------------------------------------------------------------+ | ||
| ``` | ||
|
|
||
| - The official “online” update for your store, detected by PrestaShop APIs (major, minor or patch versions). This update corresponds to the most recent version of PrestaShop compatible with the PHP version of your server. | ||
| - The “local” update, which displays customized updates detected in your `/your-admin-directory/autoupgrade/download` folder on your server. | ||
| #### Understanding the Channel column | ||
|
|
||
| The **Channel** column indicates the source and type of the available update: | ||
|
|
||
| - **`online_recommended`**: The recommended update for your store, detected by PrestaShop APIs (major, minor or patch versions). This update corresponds to the most stable and well-tested version of PrestaShop compatible with the PHP version of your server. The recommended version represents the safest upgrade path for your store. | ||
| - **`online`**: The latest update available for your store, which corresponds to the most recent version of PrestaShop compatible with the PHP version of your server. This version may differ from the recommended version. | ||
| - **`local`**: Customized updates detected in your `/your-admin-directory/autoupgrade/download` folder on your server. | ||
|
|
||
| #### Update scenarios | ||
|
|
||
| Depending on the current state of PrestaShop releases, the command output may show: | ||
|
|
||
| - Both a **recommended version** (`online_recommended`) and a **latest version** (`online`) when they differ. | ||
| - Only one online version with the `online_recommended` channel when the recommended version is also the latest. | ||
| - Only the latest version with the `online` channel when no specific version is marked as recommended. | ||
| - Local versions (`local` channel) in addition to online versions, if custom update files are detected on your server. | ||
|
||
|
|
||
| ### update:check-requirements command | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.