-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Symfony Recipe Error: Could not find a service builder called symfony-mssql #31
Comments
Interesting, support for With the new plugin architecture we plugin instances from a recipe-specific plugin version to ensure compatibility. That's only set-up for the supported DB options from the docs. I thought that adding support for mssql in the symfony recipe would be the best idea, but I found a funny issue: when I do that, it sets the password to |
@reynoldsalec That makes sense, thanks for explaining. and yeah that does ring a bell, I just checked my .lando file and I've got this section in it:
I was having issues with the database not being created properly, so it's not the prettiest lando file 😬 but it gets the job done. |
Sweet that makes sense @EsliManta, thanks! I'm going to move forward with my plan to add "back" out-of-box mssql compatibility for symfony (and other lamp-y recipes). I'll document this password issue in the mssql docs, since it would also impact folks who manually override the database service to change its type and I feel like that usecase should be supported. If you run |
Hello,
I just updated lando to v3.21.0-beta.1 and now whenever I try to run my symfony + mssql project, the following error arises
ERROR ==> Could not find a service builder called symfony-mssql in the builder registry!
. This error occurs both when runninglando start
andlando rebuild
I have ran
lando setup
andlando update
however they both report no additional setup is required.Here is a
.lando.yml
file for reproducing:Any help greatly appreciated 🙏
The text was updated successfully, but these errors were encountered: