A module to export Drupal site content

1.0.0-alpha 2022-02-25 12:21 UTC

This package is auto-updated.

Last update: 2024-05-15 16:30:30 UTC


README

This module exports all content of a Drupal site in a hierarchy of portable JSON files. It is still in development.

Prerequisites

  • Drush 9
  • TOML (installed with composer)

How to use this module

At the root of your drupal installation, type

drush emigrate:init

It will create an "emigrate" directory with a TOML configuration file inside it. You can then type

drush emigrate:export

All nodes, users and taxonomy terms will be exported as individual json files in the emigrate directory.