ddev d
A collection of debugging commands
Subcommands
Name | Description |
---|---|
capabilities | Show capabilities of this version of ddev |
check-db-match | Verify that the database in the ddev-db server matches the configured type/version |
compose-config | Prints the docker-compose configuration of the current project |
configyaml | Prints the project config.*.yaml usage |
dockercheck | Diagnose DDEV docker/colima setup |
download-images | Download all images required by ddev |
fix-commands | Fix up custom/shell commands without running ddev start |
get-volume-db-version | Get the database type/version found in the ddev-dbserver's database volume, which may not be the same as the configured database type/version |
migrate-database | Migrate a mysql or mariadb database to a different dbtype:dbversion; works only with mysql and mariadb, not with postgres |
mutagen | Allows access to any mutagen command |
nfsmount | Checks to see if nfs mounting works for current project |
refresh | Refreshes docker cache for project |
router-nginx-config | Prints the nginx config of the router |
test | Run diagnostics on ddev using the embedded test_ddev.sh script |