Hmm there could be a few reasons why this issue is persistent. Looking around the forums I’ve found some others who ran into the same and shared what fixed it for them if you want to review and test:
After some experimentation with movefile.yml I found changing:
global:
sql_adapter: wpcli
To:
global:
sql_adapter: default
Works for me in the current setup.
I contacted WPEngine Support and got my unique situation sorted out. Here’s what Spencer said:
I’d mention that the debug logging should be made a public feature, something that can be toggled on/off within Local instead of having to add defines to wp-config.php manually but also include that adding the defines I gave you will remove the warnings that aren’t critical errors that prevent the site from working properly.
The fix to get around those messages were to add this in your wp-config.ph…