Debug help
Neos does not render
If opening the Neos shows:
Failed to load current content stream id from database: An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘neos-base-distribution-90.cr_default_p_graph_contentstreamlayer’ doesn’t exist
Or
Failed to load workspace from database: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘ws.version’ in ‘field list’
Then you are running the new 9.2 projection on the old schema. Please consult ./flow cr:status and execute ./flow crupgrade:resetupandreplaycontentgraph
Graph projection is not setup
Incorrect table definition; there can be only one auto column and it must be defined as a key
Using ./flow cr:setup does not work here, please use ./flow crupgrade:resetupandreplaycontentgraph
Graph projection does not replay: Content stream does not exist. No layers found.
If you encounter this error during replay you have not applied the event migration (2.) ./flow crupgrade:eventsdeduplicatebaseworkspacechanges see above.
Class: RuntimeException
Message: Content stream “63139b70-f41c-41dd-8ffb-aa3859c38bd2” does not exist. No layers found.
Composer conflicts
Our Jenkins choose not to tag some packages correctly yet. Among those “neos/buildessentials” and “neos/site-kickstarter”
EDIT: it seems there is a bigger hickup, Neos.Neos still requires Flow in 9.1 so you cannot test out the Flow 9.2-beta1 yet.