-
Notifications
You must be signed in to change notification settings - Fork 4
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
Nessesary steps to update actual NCA client projects from version 2.2 to 2.4 #15
Comments
Thank for the issue. This helps really to tackle Sulu Rector ugprades and improve it step by step. I writing here some notes what we will handle and what not. Composer plugins will not be handled by Sulu Rector. It alwas project choice which plugins they want to use. And when upgrading they are already asked by composer. So the The step in the PS: We recommend using The docker-compose should be updated by symfony/flex itself so we don't need to handle that one. Also So what could be automated would be The |
Any idea...i ran in second project in this issue Unable to generate a URL for the named route "sulu_preview.start" as such route does not exist. |
@rogoit did you update the Sulu Admin Build like documented: https://docs.sulu.io/en/2.5/upgrades/upgrade-2.x.html#update-the-admin-javascript-build |
Yes |
@rogoit then I think you missed this section in the |
Fix it with best practice from here - thx for your passion https://raw.githubusercontent.com/sulu/sulu-demo/master/config/routes/sulu_admin.yaml |
Sulu Update
Nessesary steps to update actual NCA client projects from version 2.2 to 2.4
Composer file
require
config
Bundles
Config files
config/packages/security_admin.yaml
// I could not do this in security yaml because it was empty and could not do format well
config/routes_admin.yaml
Javascript and CSS asset files for admin area
Rebuild
DB migrations
Update to PHP 8
composer.json require
Dockerfile
Add docker-compose.override.yml
// Do not know if this is needed
The text was updated successfully, but these errors were encountered: