doctrine:query:sql
command has been deprecated. Usedbal:run-sql
command instead.
-
Following the changes in DBAL 2.11, we deprecated following configuration keys:
doctrine.dbal.slaves
. Usedoctrine.dbal.replicas
doctrine.dbal.keep_slave
. Usedoctrine.dbal.keep_replica
Similarly, if you use XML configuration, please replace
<slave>
with<replica>
.