I have some configuration that will not import. If I run drush config-import --preview
I see the changes to be imported; I hit ‘y’ to import. When I run the same command, the changes are still there?
My guess is that when I run this command the config files should say to the database: ‘hey, be like me’. Then when I run it again, Drupal should ask ‘are the config files and database the same?’ – they should be if they were synced – and Drupal should say ‘cool, nothing to do, they match’. Right?
Am I missing something – if not, what can I do? Thanks.
$ drush config-import --preview Collection Config Operation core.entity_view_display.node.page.search_result update core.entity_view_display.node.page.search_index update core.entity_view_display.node.book.teaser update Import the listed configuration changes? (y/n): y The configuration was imported successfully. [success] $ drush config-import --preview Collection Config Operation core.entity_view_display.node.page.search_result update core.entity_view_display.node.page.search_index update core.entity_view_display.node.book.teaser update Import the listed configuration changes? (y/n):