Document prestashop:assets:symlinks command and shop migration - #2168
Open
PrestaEdit wants to merge 1 commit into
Open
PrestaEdit wants to merge 1 commit into
PrestaEdit wants to merge 1 commit into
Conversation
Adds two pages: - development/components/console/prestashop-assets-symlinks.md: reference page for the new command, matching the style of the other console command pages. - basics/deployment/moving-installation.md: a how-to that walks through the six steps of moving a PrestaShop installation (database, cache, .htaccess, bundle symlinks, autoload, sessions) and warns about modules and uploaded content that store absolute URLs. The section previously only covered building your own distribution. Related core PR: PrestaShop/PrestaShop#42947 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
PrestaEdit
marked this pull request as ready for review
September 22, 2026 09:09
This branch has not been deployed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
prestashop:assets:symlinkscommand and adds a broader how-to on moving a PrestaShop installation. See details below.What this PR adds
Two new pages:
development/components/console/prestashop-assets-symlinks.mdReference page for the new
prestashop:assets:symlinkscommand (see related core PR below). Matches the format of the other command pages underdevelopment/components/console/(Informations / Description / Examples), and documents both the detect and--fixmodes.basics/deployment/moving-installation.mdA how-to page that walks through the full checklist for moving a PrestaShop installation:
ps_shop_urlandps_configuration(domain + SSL domain)..htaccessviaprestashop:htaccess:generate --force.prestashop:assets:symlinks --fix.Plus a "Known limitations" section warning about modules and CMS content that store absolute URLs.
The
basics/deployment/section previously only contained "Creating your own distribution", which does not cover this case at all. The step-by-step is deliberately practical — it links out to the two dedicated command pages rather than duplicating their content.Related PR
Core: PrestaShop/PrestaShop#42947 (adds the
prestashop:assets:symlinkscommand that this documentation refers to).This PR can be merged independently once the core PR is accepted and its command name is confirmed. If the core PR ends up renaming the command, this PR needs a rename pass — nothing structural.
🤖 Generated with Claude Code