Set up to test:
Important: See https://groups.drupal.org/node/398588 to get set up. This page also includes instructions for re-setting to a clean destination.
Ensure modules are enabled on the source and destination sites:
D6: drush en path -y
D8: N/A - enabled by default
Place the manifest file in the D8 site root
Download the attached file (be sure to remove the "_.txt" - Drupal.org doesn't allow uploading of .yml files).
Run the migration
From the D8 site root:
drush migrate-manifest --db-url=mysql://user:pass@source/source D6Manifest-UrlAlias.yml
Compare post-migration settings
Main interface:
D6 config: /admin/build/path
D8 config: /admin/config/search/path
Success?
If your site migrates successfully, let us know with a comment on this issue. We'd love to hear details like:
- the size and complexity of the site you migrated
- performance observations
- any customizations you made to the migration manifest!
Problems?
Open a new issue as a normal priority support request. Describe what happened, including the exact text of error messages. Depending on the nature of the problem, someone may ask for a sample of the data you're trying to migrate or follow up with other questions.
Remember, too, that this is pre-Beta. The focus is on D6 core > D8 core, not custom work or contributed modules, so there may be portions of your site that need special consideration that won't get addressed at this point in the process.
Important: Please connect your issue to this issue when you create it by using entering this ticket number, 2105305 , in the Parent issue field!
| Comment | File | Size | Author |
|---|---|---|---|
| D6Manifest-UrlAlias.yml_.txt | 15 bytes | eliza411 |
Comments
Comment #1
bdone commentedi've updated instructions' migrate-manifest command to use the db-url option, per latest version of migrate-manifest.
Comment #2
brockfanning commentedEdited: oops, known issue, sorry. https://drupal.org/node/2226455
Comment #3
benjy commentedClosing in favour of #2226455: Migrated URL aliases not working until nodes are re-saved