Closed stollr closed 1 year ago
This PR breaks backward-compatibility in case the database that should be exported/imported differs from doctrine's default connection. So it would make sense if this could be merged into a new "2.x" branch.
@TheCadien is it possible to review and merge this PR?
Hey @naitsirch ,I have just given the topic to @dbrumann. He has more expertise in the topic and will do a review soon :) Thanks for the contribution !
Then let's just merge it :) Thanks for the great contribution @naitsirch
You're welcome. Thanks for merging and releasing ;-)
Currently the user of this bundle has to config the database connection params additionally to the doctrine connection if the
DATABASE_URL
is used instead of the specific params.This change adds an auto detection of the connection params used for doctrine. In the case the sulu database differs from the default connection the correct one can be specified in the bundle's config. The readme is updated, too, to reflect this change.
If you like this PR I'd be happy if you labeled it with
hacktoberfest-accepted
. Thanks in advance.