kaliop-uk / ezmigrationbundle

This bundle makes it easy to handle eZPlatform / eZPublish5 content upgrades/migrations
GNU General Public License v2.0
53 stars 81 forks source link

Reference conflict between migrations execute in the same "migrate" command #206

Closed vfaisse closed 5 years ago

vfaisse commented 5 years ago

It's is possible to isolate references of each migrations files to avoid conflict with references of others migration files ? Maybe, to have the possibility to import a file of reference if needed.

gggeek commented 5 years ago

There is a command-line flag already available that can be used to run each migration as a separate php process. This way, the references get naturally confined to the migration that defines them

gggeek commented 5 years ago

Also, there is a migration step available that can be used to import/export references to files