https://github.com/ezsystems/ezflow-migration-toolkit
A set of tools that helps migrate data from legacy eZ Flow extension to eZ Studio landing page management.
https://github.com/ezsystems/ezflow-migration-toolkit
ez-flow landing-pages migration
Last synced: about 2 months ago
JSON representation
A set of tools that helps migrate data from legacy eZ Flow extension to eZ Studio landing page management.
- Host: GitHub
- URL: https://github.com/ezsystems/ezflow-migration-toolkit
- Owner: ezsystems
- Created: 2016-04-21T08:53:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T13:35:47.000Z (almost 5 years ago)
- Last Synced: 2025-04-18T08:53:25.202Z (6 months ago)
- Topics: ez-flow, landing-pages, migration
- Language: PHP
- Size: 33.2 KB
- Stars: 0
- Watchers: 25
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eZ Flow Migration Toolkit
A set of tools that helps migrate data from legacy eZ Flow extension _(eZ Publish 4.x/5.x)_ to eZ "Studio" landing page management _(eZ Platform Enterprise 1.x)_. If you have Page field (ezflow) content and an eZ Enterprise subscription, you can use a script to migrate your Page content to eZ Studio Landing Page.# Documentation
See [Migrating legacy Page field (ezflow) to eZ Studio Landing Page](https://doc.ezplatform.com/en/1.13/migrating/migrating_from_ez_publish_platform/#migrating-legacy-page-field-ezflow-to-new-page-enterprise) for more information.For help text: `app/console ezflow:migrate --help`
# Todo: Migration to v2
This packge does not yet allow migration to 2.x (Page builder) directly, to do that you'll need to migrate in two stages:
1. From eZ Flow to 1.7LTS _(Landing Pages)_, using this package.
2. From 1.7LTS to 2.5LTS _(Page builder)_ using [ezsystems/ezplatform-page-migration](https://github.com/ezsystems/ezplatform-page-migration) package.