Skip to content
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

Fixes #4229: Stop modifying local db name for ACSF #4238

Merged
merged 1 commit into from
Sep 2, 2020

Conversation

danepowell
Copy link
Contributor

Fixes #4229

Motivation

This conditional does nothing meaningful because the environment detector has no way to find the ACSF db name locally, but it does cause confusion by adding extra characters to the db name.

Proposed changes

This doesn't fully restore dynamic db support for local ACSF apps, but it at least fixes the confusing behavior. Adding full support for multiple ACSF dbs OOTB is a perennial challenge, because we have no way to determine ACSF db names locally unless they are hardcoded somewhere. In BLT 11, this was hardcoded in multisite config but this is a bad solution since it adds 100s of ms to each page request (to bootstrap the config loader).

@danepowell danepowell added 12.x Affects or applies to 12.x Bug Something isn't working Major change Requires change record (often BC-breaking) labels Sep 2, 2020
@danepowell danepowell merged commit 41373ee into acquia:12.x Sep 2, 2020
mikemadison13 pushed a commit to mikemadison13/blt that referenced this pull request Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
12.x Affects or applies to 12.x Bug Something isn't working Major change Requires change record (often BC-breaking)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BLT 12 checks isAcsfInited() instead of isAcsfEnv() in default.local.settings.php
1 participant