Guest User

Untitled

a guest
Nov 9th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. JAVA_ARGS="-Djava.security.egd=file:/dev/../dev/urandom -Djavax.net.ssl.trustStore=/Users/myname/Documents/temp-official/security-certs/cacerts -Djavax.net.ssl.trustStorePassword=my_secure_password"
  2.  
  3. # flyway migrate -locations=filesystem:///Users/username/source/app/schema_name/sql
  4. Flyway Community Edition 5.2.1 by Boxfuse
  5. ERROR:
  6. Unable to obtain connection from database (jdbc:postgresql://servername.app.com:5432/mydb?ssl=true) for user 'myuser': Could not open SSL root certificate file /Users/username/.postgresql/root.crt.
  7. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  8. SQL State : 08006
  9. Error Code : 0
  10. Message : Could not open SSL root certificate file /Users/username/.postgresql/root.crt.
Add Comment
Please, Sign In to add comment