dpc-sdp / tide_migration
Central place to store all migrations related to Tide Drupal 8 distribution
Installs: 4 135
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- dpc-sdp/tide_core: ^4.0.0
- drupal/migrate_file: ^2.0
- drupal/migrate_source_ui: ^1.0
Requires (Dev)
- drupal/core-dev: ^10.1.0
Suggests
- dpc-sdp/tide_api:^1.2.11: Allows to use Drupal in headless mode
This package is auto-updated.
Last update: 2024-10-29 01:20:21 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 }