I've just finally completed a fairly complex Drupal 6 to Drupal 8 migration and am now cleaning up. When I came to uninstall migrate plus, the uninstaller warned me that it was going to uninstall lots of configurations, presumably all the configurations that were created during the migration. The configurations include the node and node revisions for each of my content types.

I'm pretty sure I don't want to remove these configurations but I'm therefore not sure of the correct way to clean up my now completed migration.

Comments

johnvb created an issue. See original summary.

heddn’s picture

Status: Active » Postponed (maintainer needs more info)

Can you provide a list of things it is trying to delete/remove?

hitfactory’s picture

Same thing happening to me.

@heddn, below is the message I see on Uninstall page.

CONFIGURATION DELETIONS
The listed configuration will be deleted.

Migration
Block content body field configuration
Body field display configuration
Body field form display configuration
Block content type
Blocks
Custom blocks
Date format configuration
Database logging configuration
Field configuration
Field groups
Field groups
Field instance configuration
Field instance widget configuration
Public files
Filter format configuration
ImageCache Presets
Nodes (front)
Nodes (news)
Nodes (page)
Nodes (project)
Nodes (publications)
Node revisions (front)
Node revisions (news)
Node revisions (page)
Node revisions (project)
Node revisions (publications)
Node revisions (slide)
Node revisions (staff)
Node revisions (testimonial)
Node revisions (webform)
Node type 'promote' setting
Node type 'status' setting
Node type 'sticky' setting
Node configuration
Nodes (slide)
Nodes (staff)
Nodes (testimonial)
Node type configuration
Nodes (webform)
Search configuration
Cron settings
System date configuration
File system configuration
Performance configuration
Taxonomy terms
Taxonomy vocabularies
Term/node relationships
Term/node relationships
Term/node relationship revisions
Term/node relationship revisions
Upload field configuration
URL aliases
User accounts
User mail configuration
User pictures
User roles
User configuration
View modes
Vocabulary display configuration
Vocabulary form display configuration
Vocabulary field configuration
Vocabulary field instance configuration
File configuration
Menu UI configuration
Search page configuration
Image toolkit configuration
Image quality configuration
System logging
Maintenance page configuration
RSS configuration
Site configuration
Taxonomy configuration
Drupal teaser length configuration
User picture display configuration
User picture form display configuration
User picture field configuration
User picture field instance configuration
Migration Group
Default
Import from Drupal 6
heddn’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

My guess is there is some type of dependency setup in a custom module.

BrightBold’s picture

Status: Closed (cannot reproduce) » Closed (works as designed)

I got tripped up by this too, in a Drupal 7->9 migration. The trick is in the first line of the deleted configuration list — that's actually a category header, Migration, indicating that the configurations listed below are Migrate Plus migrations, not core config files.

It's easy to overlook this when faced with a huge list of configurations involving all your Nodes, Fields, Taxonomies, and Users! I, too, panicked. But this is actually just deleting all the migration yamls, as you would want.