Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

454
Views
Establecer sslmode=permitir con pg_dump

Necesito especificar sslmode=allow cuando uso psql para conectarme a mi base de datos PostgreSQL, como: psql sslmode=allow -h localhost -p 5432 , de lo contrario obtengo que server does not support SSL, but SSL was required

Intenté especificar la misma opción para pg_dump pero no reconoce la opción.

¿Cómo especifico sslmode para pg_dump ?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Debe usar la variable de entorno PGSSLMODE de esta manera:

PGSSLMODE=allow pg_dump -h localhost -p 5432

over 4 years ago · Santiago Trujillo Report

0

consulte https://dba.stackexchange.com/a/227805

 pg_dump "port=<port> host=<host> user=<user> dbname=<db> sslcert=<cert> sslkey=<key> sslrootcert=<ca.crt> sslmode=allow" -f <file>
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!