Stanislav Zhuk
Stanislav Zhuk
`zstdmt` -> `zstd -T0` didn't change anything ðŸ˜, this flag is not available in the old `zstd`. --- https://github.com/ddev/ddev/actions/runs/19666937210/job/56326105327?pr=7845#step:13:7328 ``` Creating database snapshot mysql_5.5_aa90952da858a2a4c16f303ec9ff1c9f Incorrect parameters Usage : zstd [args]...
> I've added version checks for zstd, let's see if that fixes things. Rebased with new images push.
One more fix for quickstarts is in the main branch, this PR can be rebased: 
Rebased and pushed new images. --- > Another idea: let's add a new function, that is going to return `zstdmt` or `zstd` depending on `app.Database.Type` and `app.Database.Version`. > > This...
@CybotTM, the fix is available in: - https://github.com/ddev/ddev/pull/7927#issuecomment-3627218357 Please test and leave a review.
My PR doesn't pass full tests, even though some runners succeed and it works locally. I still don't understand what's causing the failures, so I'm stepping back from it for...
Previous conversation on this subject: - #7360 And especially https://github.com/ddev/ddev/issues/7360#issuecomment-2956340037 from @withinboredom > In looking more into how the docker system is currently set up; it looks like [you’re just...
> There should be a standardized way of using FrankenPHP with ddev that uses sensible defaults. In this case, it should rely on the docker images `FROM dunglas/frankenphp(:1.10.0-php8.5-trixie)` and set...
@henderkes, thank you for the detailed information!