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 on Mac OS server Maverics 10.9
Stop postgres
Configuration file location
Move old postgres data directory
Create and Initialize new postgres data directory
Import old data into new postgres data (Optional)
Load the service and restart the postgres service
Login to template database
The default user is "_postgres"
Create user and granting create database privilege
Create mido database
Unload the launchtl
Logs file directory