Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
If we want to migrate content from Neos 8.3 to Neos 9.0 the node timestamps (created, modified, published) are not migrated anymore. This leads to nodes which all have the created datetime of the migration. Modified and published become empty.
Expected Behavior
When I migrate content to a newer version, I expect the node timestamps (created, modified, published) to be also migrated.
Steps To Reproduce
- Create an export of Neos 8.3 instance with
./flow site:exportLegacyData --path ./migratedContent --config '{"dbal": {"dbname": "neos80"}, "resourcesPath": "/path/to/neos-8.0/Data/Persistent/Resources"}'
- Import into Neos 9.0 instance with
./flow site:importall --path ./migratedContent
- Check
created
date of any node in Neos 9.0 instance
Environment
- Flow: 9.0-beta18
- Neos: 9.0-beta18
- PHP: 8.3
Anything else?
No response
Metadata
Metadata
Assignees
Type
Projects
Status