Your software
My Mautic version is: 4.2.2
My PHP version is: 7.4.x
My Database type and version is: MariaDB 10.x.x
As mentioned in this post and elsewhere: Outstanding queries after upgrade to 4.4.5
I am seeing outstanding queries reported when running Mautic updates from 4.3.0 onwards. I tested this on a local install. Although the updates always complete - all migrations are completed - the same outstanding queries are listed when running:
console doctrine:schema:update --dump-sql
Can we therefore assume that it is the schema report mechanism that is buggy and that the Mautic upgrades have completed successfully? Running the queries manually through phpMyAdmin proves that the queries reported are false.
If this is the case then can we please acknowledge this bug so people are not wasting their time trying to fix a non-existent fault with their database every time they update?
Or am I using an outdated upgrade method?