Skip to content

cmd: "lightdash dbt run -s model" create Error running postgres query: Error: The server does not support SSL connections #6520

Closed Answered by durantsmedia
DeoDepari asked this question in Q&A
Discussion options

You must be logged in to vote

Update your profile.yml to something like this.

internal:
  type: postgres
  threads: 4
  host: 192.168.3.210
  port: 5432
  user: xxxxx
  pass: xxxxx
  dbname: xxxxx
  schema: public
  sslmode: disable

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@DeoDepari
Comment options

@durantsmedia
Comment options

Answer selected by DeoDepari
@DeoDepari
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants