dpc-sdp/tide_migration
Composer 安装命令:
composer require dpc-sdp/tide_migration
包简介
Central place to store all migrations related to Tide Drupal 8 distribution
README 文档
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 }
统计信息
- 总下载量: 4.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-08-27