-
-
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
Provide upgrade guide to Neos.Neos:Site
#66
Comments
mhsdesign
changed the title
TODO: Old sites no hompage node?
Provide upgrade guide to Sep 28, 2023
Neos.Neos:Site
This was referenced Sep 28, 2023
For current 9.0 projects without a homepage the same steps have to be applied. Otherwise this error will appear: After updating to the latest neos dev commit you can add Vendor.Site:MyHomePage:
superTypes:
Neos.Neos:Site: true to your DEDICATED homepage like we did in the neos demo: neos/Neos.Demo#182 |
3 tasks
ahaeslich
referenced
this issue
in ahaeslich/neos-development-collection
Jun 10, 2024
Relates: neos#4563 Relates: neos/neos-development-collection#4567
I think we can't solve this with rector. We need to put this rather into upgrade instructions. Can we close this here @mhsdesign |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kitsunet wrote about neos/neos-development-collection#4563
Currently the legacy migration would fail in attempt to migrate such site directly:
In this issue i want to document our further discussions.
Anke and Bernhard agreed with me that in order to upgrade your Neos 8 page needs to have a distinct nodetype for the homepage. This is a fair assumption to make as this is currently good practice. With neos 9 we will enforce this behavior.
For projects without a distinct site nodeType we want to document the steps one has to take to achieve this:
Vendor.Site:MyHomePage
and extend your previous page nodetype.After completing these steps, you can upgrade the codebase to Neos 9 and add the
Neos.Neos:Site
as supertype to your homepage node before running the escr legacy importer.The text was updated successfully, but these errors were encountered: