neos/contentrepository-legacynodemigration

Migration from the Non-Event-Sourced to the Event-Sourced world

Fund package maintenance!
shop.neos.io/neosfunding

Installs: 104

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 0

Language:Gherkin

Type:neos-package

9.0.1 2025-04-02 10:05 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