I have a Symfony 3 application where I use deployer to deploy my application. Also I am using Doctrine Migrations to migrate my database.
I use the symfony3 recipe.
When I run dep deploy
, deployer migrates my database. However, when I run dep rollback
it doesn't rollback the respective doctrine migrations.
I have searched through Google and Stackoverflow to find anybody solving this, but I can't seem to find anybody.
Do you have a good idea?