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

Lando 3.21.0-beta12 with Pantheon recipe doesn't assign a port for external database connection #237

Closed
codyfishman opened this issue Apr 4, 2024 · 2 comments · Fixed by #238
Labels
bug Something isn't working flag Flag an issue for discussion in relevant contrib meeting

Comments

@codyfishman
Copy link

Initializing a directory using the Pantheon recipe on 3.20.8 would assign a port number for the external DB connection after running lando start + lando info. This would allow for a connection using a MySQL client.
image

This no longer happens with 3.21.0-beta12 and connecting using an external MySQL client isn't possible.
image

Other recipes on 3.21.0-beta12, like Wordpress, do provision the external connection port number.
image

@codyfishman codyfishman added the bug Something isn't working label Apr 4, 2024
@pirog pirog added the flag Flag an issue for discussion in relevant contrib meeting label Apr 4, 2024
@reynoldsalec
Copy link
Member

Thanks for reporting @codyfishman, this came up on Slack as well, going to be pushing a fix shortly.

@reynoldsalec
Copy link
Member

Fix should be available once you run lando update (provided you're on Lando 3.21+) to get the v1.4.1 version of the Pantheon plugin!

reynoldsalec added a commit that referenced this issue Apr 5, 2024
* #237: Add portforwarding to databases to fix regression.

* Update changelog.

* #237: Fix issue with portforward placement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flag Flag an issue for discussion in relevant contrib meeting
Projects
Development

Successfully merging a pull request may close this issue.

3 participants