lp-digital/migrate-bundle

Data migration bundle between BackBee instances


Keywords
migration, exporter, importer, BackBee, bundle, export, import
License
GPL-3.0+

Documentation

MigrateBundle

Build Status Code Climate Test Coverage

MigrateBundle provides data migration feature between BackBee instances.

Installation

Edit the file composer.json of your BackBee project.

Add the new dependency to the bundle in the require section:

# composer.json
...
    "require": {
        ...
        "lp-digital/migrate-bundle": "dev-master"
    },
...

Save and close the file.

Run a composer update on your project.

Activation

Edit the file repository/Config/bundles.ymlof your BackBee project.

Add the following line at the end of the file:

# bundles configuration - repository/Config/bundles.yml
...
migrate: LpDigital\Bundle\MigrateBundle\Migrate

Save and close the file.

Depending on your configuration, cache may need to be clear.