neos / contentrepository-legacynodemigration
Migration from the Non-Event-Sourced to the Event-Sourced world
Package info
github.com/neos/contentrepository-legacynodemigration
Language:Gherkin
Type:neos-package
pkg:composer/neos/contentrepository-legacynodemigration
Fund package maintenance!
9.1.5
2026-05-01 18:54 UTC
Requires
- php: >=8.2
- league/flysystem: ^3
- neos/contentrepository-core: 9.1.5
- neos/contentrepository-export: 9.1.5
- neos/neos: 9.1.5
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-02 22:37:07 UTC
README
This repository is a read-only subsplit of a package that is part of the Neos Development Collection
Migrating an existing (Neos < 9.0) Site
# the following config points to a Neos 8.0 database (adjust to your needs) ./flow site:exportLegacyData --path ./migratedContent --config '{"dbal": {"dbname": "neos80"}, "resourcesPath": "/path/to/neos-8.0/Data/Persistent/Resources"}' # import the migrated data ./flow site:importAll --path ./migratedContent