You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #1215 and doctrine/dbal#4295, the console commands now support the new 'primary' config while the MasterSlaveConnection also has BC support for 'master'. This now leads to the console commands using the 'master' config which is missing the driver option.
I think it can simple prefer the 'primary' config.
The text was updated successfully, but these errors were encountered:
prengerjarno
added a commit
to prengerjarno/DoctrineBundle
that referenced
this issue
Nov 12, 2020
@ostrolucky I thought that at first as well, but after the fix in #1252 i still am missing the 'driver' param when using the create and drop commands, which results in not being able to create the connection. With the PrimaryReadReplicaConnection this is explicitly added to the primary/replica params.
Following #1215 and doctrine/dbal#4295, the console commands now support the new 'primary' config while the MasterSlaveConnection also has BC support for 'master'. This now leads to the console commands using the 'master' config which is missing the driver option.
I think it can simple prefer the 'primary' config.
The text was updated successfully, but these errors were encountered: