neos/contentrepository-legacynodemigration

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

Maintainers

👁 neos

Package info

github.com/neos/contentrepository-legacynodemigration

Forum

Documentation

Language:Gherkin

Type:neos-package

pkg:composer/neos/contentrepository-legacynodemigration

Fund package maintenance!

shop.neos.io/neosfunding

Statistics

Installs: 5 925

Dependents: 0

Suggesters: 0

Stars: 0

9.1.6 2026-05-01 18:54 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0-or-later 2ae978d02feb749e0ec91c82e9aa91e75d6fc1d2


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