October 12, 2025
SPI and the Shadow of Flyway
I got a simple web app with Java and Postgres, and Flyway for database migrations. Everything was woking fine until I deployed it to cloud. On the startup, I got this error: Exception in thread "main" org.flywaydb.core.api.FlywayException: Unknown prefix for location (should be one of filesystem:, classpath:, gcs:, or s3:): classpath:d...
Read more