-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config Split upgrade to Beta 4 could be tricky #1199
Comments
Ah, looks like a bug in the module (but it says it was fixed...): Dependancy on non-existent service. |
Locally, after I run
...then it works. So it seems it could be an order of operations issue—I did enable the module and stick it in my core config... but it looks like I might need to make sure |
It looks like that was the issue—I changed the order in my overridden |
This definitely impacts #1102, though—Config Split now uses commands like |
Thanks @geerlingguy. Will take this into consideration for #1102. |
I also ran into Split no longer merges from default. |
@geerlingguy @grasmash See a PR where I got the new version of config_split/config_filter working with Canary. Specifically: https://github.com/acquia-pso/canary/pull/25/files#diff-e56cbd5daab22087fd0e4849dc38055dR14 https://github.com/acquia-pso/canary/pull/25/files#diff-2737999ec8b2368b193b40b46c5679c2R758 |
When I run this command:
I get the following output:
Basically, I have a site that's been using Config Split to manage configuration between environments. I'm trying to upgrade BLT, and as part of the final step (
composer update
), Config Split is upgraded to thebeta4
release, which includes a new dependency on Config Filter.This is all well and good, but it seems there's an issue with Drush 8.1.10 and Config Split, possibly (or maybe something else, not sure yet). We might need to update the docs and code slightly, too, to support the new structure. I'm still investigating, will keep posting notes here.
The text was updated successfully, but these errors were encountered: