user2846382
user2846382

Reputation: 385

Can I run specfic scripts in multiple DB server?

I am using flyway for Database migration and want to achieve the following scenario :

I have one use case in which I need to fire all scripts in single SQL DB server except one script which needs to be triggered on another SQL DB server. The purpose behind this situation is to achieve DB mirroring. Is there any possible way to achieve this?

Upvotes: 0

Views: 39

Answers (0)

Related Questions