A module to export Drupal site content

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-module

pkg:composer/putthisinthecode/emigrate

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

This package is auto-updated.

Last update: 2025-09-15 19:08:33 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.