Pre and post hooks for each operation #651
Closed
Labels
Milestone
Comments
Hi Nicolas, this is something I will look at in the 3.0 time frame. Cheers |
This could also help me with as I could take the site down for maintenance before the migration happens and then bring it up once it is finished. |
dlbunker
pushed a commit
to dlbunker/flyway
that referenced
this issue
Mar 3, 2014
…ost hooks on the db migrate task. This is an effort to address issue 651 located here: flyway#651 This task could be updated to include a context that gets passed from listener to listener if there is a need for that. This would allow listeners to communicate with each other.
Merged
This was referenced Apr 15, 2014
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I would like to have Hook (Listener) on pre-migration and post-migration.
It can be used to stop and start replication, move db role or do some other stuff
The text was updated successfully, but these errors were encountered: