Cannot find database driver for Redshift

Trying to run the following command

java -jar scripts/liquibase-core-3.3.3.jar 

      

I haven’t tried it, but usually you use the driver property to point to a JDBC driver class and not a jar containing it.

As the redshift repository does not contain such a class i would probably just try without the “–driver” switch and just put the liquibase-redshift.jar in the same folder as liquibase.jar (maybe the classpath is enough, but I’m not sure about that).

kind regards

Daniel

John,

Did you figure this out. I have exact same issue.

Thank you

Benjamin