Install JDBC driver

Hey team,

I am trying to use flyway to run my database migrations but it seems like the JDBC driver isn’t installed. How can I go about installing it to my Postgres instance?

Thanks,
Avi

Turns out I just needed to change the protocol from jdbc:postgres://host to jdbc:postgresql://host.

2 Likes