You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's testing time again here in the DDEV-Local factory. We love community help with every item that is interesting or relevant to you, and just using the release candidates is hugely helpful, because you may stumble across something in your regular workflow. Please use ddev v1.19.0-rc2 or later for your testing (or brew install --HEAD ddev).
To give feedback or ask questions, please just reply on this issue or discuss in [discord](https://discord.gg/hCZFfAMc5k) or another other support channel.
Test restoring an existing directory-based snapshot
ddev start now tests available disk space against an absolute value (5GB) rather than a percentage. Test to make sure that it does flag low values. This can be done with artificially using space or by altering the value in nodeps/values.go (Also see The absolute available space value was wrong for checking docker disk space #3646)
Verify that graphicsmagick is installed in web container
Fresh Drupal 10 install should get PHP Version 8.1
Fresh Laravel install should get PHP Version 8.0
ddev tableplus should work for both mysql/mariadb and postgres projects
ddev delete should delete any volume named in any docker-compose.*.yaml
when mutagen_enabled, ddev now mounts upload_dir into container using regular docker bind-mount.
Verify that segment/amplitude reporting is working adequately.
A new ddev project should be able to start up even if there’s no internet (assuming images have been downloaded already)
ddev debug download-images should download default images (maybe more???) and also get docker-compose and mutagen.
New ddev php command
New ddev debug clean command (WIP, not in v1.19.0-rc1)
Ability to use ddev config global --no-bind-mounts to not use docker bind mounts at all (for remote machines, where $DOCKER_HOST is used, etc.) Test with a remote machine.
docker-compose v1: Use ddev config global --required-docker-compose-version=v1.29.2 and verify normal usage.
Casual Webhosting: Verify that casual webhosting feature is working OK.
It's testing time again here in the DDEV-Local factory. We love community help with every item that is interesting or relevant to you, and just using the release candidates is hugely helpful, because you may stumble across something in your regular workflow. Please use ddev v1.19.0-rc2 or later for your testing (or
brew install --HEAD ddev).I don't think in general you'll have trouble using this in your daily workflow, so would love you do do that. You can switch back and forth , see How can I install a specific version of DDEV in the FAQ.
If you find a bug that you're pretty sure is a bug, then [just open an issue for it](https://github.com/drud/ddev/issues/new?assignees=&labels=&template=Bug_report.md&title=).
To give feedback or ask questions, please just reply on this issue or discuss in [discord](https://discord.gg/hCZFfAMc5k) or another other support channel.
I am maintaining the provisional release notes for v1.19.0 and would love any comments on those.
ddev debug dockercheckddev debug test$PATH change inside web container using homeadditions/.bashrc.d/path.sh (docs)
ddev execand custom web commands can behave much better in combination with quotes, see 'ddev composer',ddev exec, and shell commands likeddev drushdo not support quotes, breaking lots of things #2547ddev get --listandddev get --list --allddev getnow provides access to tested and supported services/recipes (see docs). Try each official recipe:ddev get --listddev get drud/ddev-beanstalkdddev get drud/ddev-memcachedddev get drud/ddev-redisddev get drud/ddev-drupal9-solrddev service enableandddev service disableswapdocker-compose.<service>.yamlin and out of the .ddev directory. Test out.Database configuration changes from
mariadb_versionandmysql_versiontodatabase: mariadb:10.5anddatabase: mysql:5.7anddatabase: postgres: 14.ddev config --database=postgres:13for examplemariadb_versionandmysql_versionshould still work.Postgresql support: Use database type
postgres:9throughpostgres:14and make sure it works where needed. (Snapshots not allowed on postgres:9)ddev export-dbddev import-dbddev snapshotddev snapshot restoremacOS: Use ddev with Colima
windows WSL2: Use ddev with inside-wsl2 installation of docker and with Docker Desktop turned off. (docs
Test with remote docker instance (docs). You may want to try this with a VM running docker.
Bare in-container hostnames: You can (once again) use in-container hostnames like
dborsolrwithout having to use fully-qualified names likeddev-<project>-db. Verify that ddev web container has no ambiguity even withoutlinks. See testing instructions in Use simple container name as hostname inside docker network (use "db" instead of "ddev-<project>-db") #3403Test improved WordPress setup per Fixes DDev WordPress Config Files for Override & Coding Standards, fixes #2795 #3468. See manual testing instructions there.
Gzipped database snapshots:
ddev startnow tests available disk space against an absolute value (5GB) rather than a percentage. Test to make sure that it does flag low values. This can be done with artificially using space or by altering the value in nodeps/values.go (Also see The absolute available space value was wrong for checking docker disk space #3646)Verify that graphicsmagick is installed in web container
Fresh Drupal 10 install should get PHP Version 8.1
Fresh Laravel install should get PHP Version 8.0
ddev tableplusshould work for both mysql/mariadb and postgres projectsnodejs and nvm support
ddev nvmto get any nodejs version.Gitpod users should be able to use Xdebug, Remove special handling for gitpod getting host.docker.internal #3597
ddev deleteshould delete any volume named in anydocker-compose.*.yamlwhen mutagen_enabled, ddev now mounts upload_dir into container using regular docker bind-mount.
Verify that segment/amplitude reporting is working adequately.
A new ddev project should be able to start up even if there’s no internet (assuming images have been downloaded already)
ddev debug download-imagesshould download default images (maybe more???) and also get docker-compose and mutagen.New
ddev phpcommandNew
ddev debug cleancommand (WIP, not in v1.19.0-rc1)Ability to use
ddev config global --no-bind-mountsto not use docker bind mounts at all (for remote machines, where $DOCKER_HOST is used, etc.) Test with a remote machine.docker-compose v1: Use
ddev config global --required-docker-compose-version=v1.29.2and verify normal usage.Casual Webhosting: Verify that casual webhosting feature is working OK.