dpc-sdp / tide_migration
存储所有与Tide Drupal 8发行版相关的迁移的中央位置
4.1.1
2024-08-29 00:59 UTC
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
- dev-develop
- 4.1.1
- 4.1.0
- 4.0.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-master
- dev-feature/update-compatibility-with-upstream
- dev-release/4.0.0
- dev-feature/SRM-878-d10-update
- dev-fix_BatchStorage_fails_to_serialize
- dev-feature-SDPAP-6079-update-tide-migration
- dev-remove-site-specific-functions-and-yamls
- dev-feature/paragraph_dependency
This package is auto-updated.
Last update: 2024-08-29 01:01:01 UTC
README
存放所有迁移的中央仓库。
本文件内容
- 简介
- 需求
- 使用方法
简介
Tide迁移模块提供了从各种来源导入内容到SDP站点的功能。
需求
使用方法
-
通过UI运行迁移
-
导航至: admin/config/development/configuration/single/import
-
选择
- 配置类型= "简单配置"
-
输入
- 配置名称 = "migrate_plus.migration.{{migration_id}}" (无扩展名的文件名)
-
粘贴
- 在此处粘贴您的配置:来自文件migrate_plus.migration.{{migration_id}}.yml的内容
-
点击“导入”按钮。
-
-
通过Drush命令运行迁移
drush migrate-import { MIGRATION ID } --execute-dependencies
- 重置所有迁移的状态
drush migrate-reset-status { MIGRATION ID }
- 回滚所有迁移的内容
drush migrate-rollback { MIGRATION ID }