Skip to content

embulk-output-postgresql #18

Closed Answered by hiroyuki-sato
sureshinforma asked this question in User forum
Discussion options

You must be logged in to vote

Hello, @sureshinforma You need to use a newer JDBC Driver

Download a newer driver from https://jdbc.postgresql.org

And Add configuration like below.

out:
  type: postgresql
  ...
  driver_path: /path/to/postgresql-42.6.0.jar # path to download driver
  options:
    sslmode: require

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@sureshinforma
Comment options

@hiroyuki-sato
Comment options

Answer selected by dmikurube
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants