https://github.com/dpc-sdp/tide_migration
https://github.com/dpc-sdp/tide_migration
composer-package tide
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpc-sdp/tide_migration
- Owner: dpc-sdp
- Created: 2020-08-12T23:54:43.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-29T01:00:57.000Z (almost 2 years ago)
- Last Synced: 2026-01-02T12:16:16.082Z (5 months ago)
- Topics: composer-package, tide
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tide Migration
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
* [Migrate Source UI](https://drupal.org/project/migrate_source_ui)
## 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 }
```