Closed theronic closed 6 years ago
This misleading error was related to an older Postgres driver that is incompatible with Postgres v10. Resolved by updating deps:
[org.postgresql/postgresql "42.2.3.jre7"] ;; latest driver
;;[postgresql "9.3-1102.jdbc41"] -- old incompatible driver
I'm seeing an opaque PSQLException when I try to migrate a remote Heroku Postgres DB via Migratus. I can query the database manually just fine via JDBC.
How do I get better logging out of Migratus? I've added Slf4j and Timbre, but I can't see any reason why "the ResultSet is closed." Am I missing something?