Closed
Description
This is frustrating,
my wp-config.php no longer has database connection setting set. Instead it has getenv_docker...
if I use wp db check this fails as it is trying to connect to mysql
I have set environment variables 'WORDPRESS_DB_HOST' etc but its not reading them
using wp cli 2.6.0
I see lots of people having issues but no solutions.
if I set database credentials via env variables should wpcli read the variables?