Reputation: 10658
Is it possible to use Flyway locations that point to a remote server? For example, can I have Flyway installed on a DB server but the migration files on an application server.
I've looked through the Flyway docs, but haven't found an answer.
Upvotes: 0
Views: 403
Reputation: 35169
No directly, but you could mount the remote directory via NFS and that should work.
Upvotes: 1