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
Created database for connection named `cqrs_write`
ATTENTION: This operation should not be executed in a production environment.
Creating database schema...
Database schema created successfully!
[PDOException]
SQLSTATE[42000] [1049] Unknown database 'cqrs_read'
Note that I have different databases cqrs_write and cqrs_read, not default one acmecqrs.
Possible solution is to add 'doctrine:database:create' => array('--connection' => 'read'), to InitializeApplicationCommand.php, but only when db_read_name != db_write_name.
The text was updated successfully, but these errors were encountered:
igormukhingmailcom
added a commit
to igormukhingmailcom-forks/symfony-cqrs-edition
that referenced
this issue
Apr 29, 2015
Hi.
This is command output:
Note that I have different databases
cqrs_write
andcqrs_read
, not default oneacmecqrs
.Possible solution is to add
'doctrine:database:create' => array('--connection' => 'read'),
toInitializeApplicationCommand.php
, but only whendb_read_name != db_write_name
.The text was updated successfully, but these errors were encountered: