I was facing a similar issue checked the db credentials and the host url all was fine but was still getting the same issue . Re-running the application, after adding the below properties worked in my case.
spring.flyway.locations=classpath:db/migration
spring.flyway.baselineOnMigrate = true