Stanislav Zhuk
Stanislav Zhuk
Yes, fixed in: - #7483
Rebased to resolve conflicts.
Rebased. Maybe now we will see what happens here when we have artifacts in the GitHub Actions.
> The caching_sha2_password plugin is fully supported as of PHP 7.4.4. https://www.php.net/manual/en/mysqli.requirements.php
I had a discussion about it with @rfay and I'm going to make another round: - remove override technique for `.env.*` files, because it's too complex - try to implement...
Rebased to resolve conflicts and squashed everything into one commit.
> What about when you want to change a version (or the entire image, eg. redis -> valkey) for testing Do you re-install the addon? That seems pointless at best,...
The `ddev add-on get addon --some=value` command was quite unclear about the location of the generated `.env` file. Now that we are using the syntax with `ddev dotenv`, it should...
> What `ddev` command is creating the `.ddev` directory to begin with? `ddevapp.PopulateExamplesCommandsHomeadditions("")` in `init()`. https://github.com/ddev/ddev/blob/fae659e4d94cb2e70568c420046360e184a50982/cmd/ddev/cmd/root.go#L127-L148
I thought it was important to be there in `root.go` so I didn't look into changing this behavior. It seems easy to "fix" with additional check for not empty `appName...