See https://github.com/doctrine/migrations/pull/906#issuecomment-1100066828 for background. We currently copy/pasted DbalExecutor to handle ALTER queries via Percona Toolkit: https://docs.percona.com/percona-toolkit/pt-online-schema-change.html The copy/paste broke today due updated upstream. Ideally we pass a decorated connection to DbalExecutor, to handle ALTER queries as such.