Migrate References fields (node and user) to Entity Reference fields.
Install this module using the official Backdrop CMS instructions at https://backdropcms.org/guide/modules.
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.
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.
Before starting any conversion, there are a few recommended tasks.
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.
Test all CRUD operation for each entity.
For each field:
Again, check your custom code.
To submit bug reports and feature suggestions, or to track changes: https://github.com/backdrop-contrib/entityreference_migration/issues
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.