Name | Value |
---|---|
artifact | postgresql:postgresql:8.4-702.jdbc3 |
driver | org.postgresql.Driver |
JDBC url | jdbc:postgresql://localhost:5432/testdb |
Use ssl to true
and sslfactory as NonValidatingFactory
JDBC Url: jdbc:postgresql://ec2-xx.xx.xx.xx.compute-1.amazonaws.com:5432/testdb?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory
drop schema public cascade;
create schema public;
Install postgres
Install postgres
Initialize the database
Store socket for connecting via socke
Connecting for first time