-
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
What to do if using Config Split with the RA environment? #1324
Comments
Not adding an RA split should cause all default config to be imported. That seems fine. Does it meet your reqs? |
Yep! I'll likely take that approach, since we have nothing special in the config. Another follow-up, though—suppose we're using CD Environments... and we want them to behave more-or-less like Dev. Is there a simple way we could flag the 'dev' split to be active by default in any Cloudy environment that doesn't have another split defined? |
Yeah there's another issue open to deal with they question. I was thinking we'd have a split just for CDEs, but we could instead have an Acquia Cloud "other" split that would be more broad. preference? |
I'd maybe slightly prefer an 'other' split... there are other situations besides just CD and RA. |
Since 8.7.0 now includes
config-split
support (which seems to work well in most cases), and our site has anra
(Remote Administration) environment, what's the best way to handle anra
split?One option might be to just not create and
ra
split at all... I haven't yet tested this, but it could work.Another option would be to add to the site's
settings.php
at the bottom:Then add this in that
config_split
settings file:We don't particularly use the RA environment, so I'm wondering if maybe the best practice would just be "don't add a split for RA"?
The text was updated successfully, but these errors were encountered: