dpc-sdp/tide_migration

Central place to store all migrations related to Tide Drupal 8 distribution

Installs: 3 379

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 13

Forks: 0

Open Issues: 0

Type:drupal-module

4.1.0 2024-04-28 23:32 UTC

README

Central repository to hold all migrations.

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Usage

INTRODUCTION

The Tide Migration module provides the functionality to import content from various sources to SDP sites.

REQUIREMENTS

USAGE

  • Run migration via UI

    • Navigate to: admin/config/development/configuration/single/import

    • Select:

      • Configuration type= "Simple configuration"
    • Enter

      • Configuration name = "migrate_plus.migration.{{migration_id}}" (File name without extension)
    • Paste

      • Paste your configuration here: content from file migrate_plus.migration.{{migration_id}}.yml
    • Click the "Import" button.

  • Run migration via Drush command:

drush migrate-import { MIGRATION ID } --execute-dependencies
  • Reset the status of all migrations:
drush migrate-reset-status { MIGRATION ID }
  • Rollback content of all migrations:
drush migrate-rollback { MIGRATION ID }