You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
309
-
- The “local” update, which displays customized updates detected in your `/your-admin-directory/autoupgrade/download` folder on your server.
310
+
#### Understanding the Channel column
311
+
312
+
The **Channel** column indicates the source and type of the available update:
313
+
314
+
-**`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.
315
+
-**`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.
316
+
-**`local`**: Customized updates detected in your `/your-admin-directory/autoupgrade/download` folder on your server.
317
+
318
+
#### Update scenarios
319
+
320
+
Depending on the current state of PrestaShop releases, the command output may show:
321
+
322
+
- Both a **recommended version** (channel `online_recommended`) and a **latest version** (channel `online`) when they differ.
323
+
- Only one online version (channel `online_recommended`) when the recommended version is also the latest.
324
+
- Only the latest version (channel `online`) when no specific version is marked as recommended.
325
+
- Local versions (channel `local`) in addition to online versions, if custom update files are detected on your server.
0 commit comments