Randy Fay
Randy Fay
Most teams that need this just set host_db_port in the checked-in config.yaml, with a different value for each project they're working on. To understand this better, please explain how you're...
* I don't think it would be hard to use DDEV_HOST_DB_PORT somehow with PhpStorm, see https://ddev.readthedocs.io/en/latest/users/extend/custom-commands/#environment-variables-provided * I'm not sure what datagrip is, but if it's an database visualization tool...
A note that `ddev describe -j | jq -r .raw.dbinfo.published_port` will get the published port.
The idea of an open-source project is that somebody like you will sort out this and contribute the results back.
The first step is to explore it. The second step is to figure out how to contribute it. Contributions sometimes are great for ddev itself, other times they belong in...
I definitely would like that!
`git bisect` says that the regression happened in cd2edafc5f6821ea11acb32891c3e96bb7aeb55e * https://github.com/drud/ddev/pull/3625 Unfortunately, that doesn't seem to help me understand it a lot, unless something went wrong in the container build....
It's only the mariadb:10.3 database that is affected here, and the reason has to be that the prebuild is broken. DDEV builds a default empty database to begin with so...
`ddev mysql -e "DROP DATABASE db; CREATE DATABASE db;"` fixes this.