Comments
Sort by recent activity
For anyone else facing this issue. In our environment the issue is missleading as the core issue was firewall blocking the access to the target database. I found out after using the following environment parameter: export _JAVA_OPTIONS=-Djava.io.tmpdir=/opt/flyway/tmp It goes to https timeout afterwards (check debug mode using flyway -X). / comments
For anyone else facing this issue. In our environment the issue is missleading as the core issue was firewall blocking the access to the target database.I found out after using the following enviro...