Procedure to update from 4.6 to 5.0#2760
Merged
adriendupuis merged 51 commits into5.0from Jul 22, 2025
Merged
Conversation
Preview of modified filesPreview of modified Markdown: |
Remove Stimulus bootstrap w/ Webpack Encore recipe Write all edition recipes
adriendupuis
commented
Jul 16, 2025
mnocon
reviewed
Jul 17, 2025
Contributor
mnocon
left a comment
There was a problem hiding this comment.
Thank you for preparing this, it's already great 🤩
A couple of suggesitons from me, some of them we can test in the future if needed.
mnocon
reviewed
Jul 18, 2025
Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
DB backup warning Detailed icon update HTTP cache's VCL Ibexa Cloud Conclusion
mnocon
approved these changes
Jul 22, 2025
Contributor
mnocon
left a comment
There was a problem hiding this comment.
Thank you! Some small nitpicks, but it's a great list 🤩
Comment on lines
+281
to
+286
| #### Post update script | ||
|
|
||
| ```bash | ||
| rm -rf var/cache | ||
| composer run-script post-update-cmd | ||
| ``` |
Contributor
There was a problem hiding this comment.
I think running post-update-cmd might break at this point and we can consider removing it - but we can wait for Support's feedback with that
Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
mnocon
added a commit
that referenced
this pull request
Jul 23, 2025
--------- Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
This was referenced Jul 23, 2025
mnocon
added a commit
that referenced
this pull request
Jul 23, 2025
* IBX-10245: Document 5.0 requirements (#2807) * IBX-10245: Document 5.0 requirements --------- Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com> * IBX-10225: v5.0 release notes and deprecations (#2825) * IBX-10225: v5.0 release notes and deprecations --------- Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com> * Procedure to update from 4.6 to 5.0 (#2760) --------- Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com> * Converted links into absolute ones * Update procedure to update from 4.6 to 5.0 (#2844) * update_to_5.0.md: SymfonySetList::SYMFONY_73 * update_to_5.0.md: Use [[= product_name =]] * update_to_5.0.md: Fix Ibexa.EOLWhitespace * Fix broken build by converting the link to absolute * Reverted main page changes * Updated link Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> * Added latest_tag_5_0 --------- Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com> Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>
mnocon
added a commit
that referenced
this pull request
Aug 13, 2025
* IBX-10245: Document 5.0 requirements (#2807) * IBX-10245: Document 5.0 requirements --------- Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com> * IBX-10225: v5.0 release notes and deprecations (#2825) * IBX-10225: v5.0 release notes and deprecations --------- Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com> * Procedure to update from 4.6 to 5.0 (#2760) --------- Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com> * Converted links into absolute ones * Update procedure to update from 4.6 to 5.0 (#2844) * update_to_5.0.md: SymfonySetList::SYMFONY_73 * update_to_5.0.md: Use [[= product_name =]] * update_to_5.0.md: Fix Ibexa.EOLWhitespace * Fix broken build by converting the link to absolute * Reverted main page changes * Updated link Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> * Added latest_tag_5_0 --------- Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com> Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>
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.
Procedure to update from 4.6 to 5.0.
Previews:
CI implementation:
Checklist