backdrop-contrib / entityreference_migration

Migrate References module fields (node and user references) to Entity Reference fields.
GNU General Public License v2.0
0 stars 1 forks source link

Entity Reference Migration

Migrate References fields (node and user) to Entity Reference fields.

Installation

Install this module using the official Backdrop CMS instructions at https://backdropcms.org/guide/modules.

Configuration

Ensure you have a full database and configuration backup before proceeding!

Navigate to admin/content/migrate-references, select the fields you wish to convert, and click confirm.

Drush

Note: this hasn't been tested. And there's currently no bee version.

Type 'drush entityreference-migrate-references' (or 'drush emr') to convert all fields. You may provide a field machine name as an argument to convert on a field-by-field basis.

Pre-conversion task list

Before starting any conversion, there are a few recommended tasks.

Fields

Views

Custom code

Backup your data and configuration

This is (very) strongly recommended. This is a one way conversion and data may not be easily restored if something goes wrong. Having a backup will ensure you have a safe point to revert your site.

Make a backup of your database. You'll also need to make a copy of your site configuration. One option is to install Backup and Migrate.

Post-conversion task list

Test all CRUD operation for each entity.

Fields

For each field:

Views

Custom code

Again, check your custom code.

Issues

To submit bug reports and feature suggestions, or to track changes: https://github.com/backdrop-contrib/entityreference_migration/issues

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.