Skip to content

9.0 BUG: Content Migration does not migrate creation and publication dates #5503

Open
@dlubitz

Description

@dlubitz

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

  1. 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"}'
  2. Import into Neos 9.0 instance with ./flow site:importall --path ./migratedContent
  3. 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

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions