BUG #16062: pg_restore using ssl certs

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16062: pg_restore using ssl certs
Дата
Msg-id 16062-2cb787113ba2d0ed@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16062: pg_restore using ssl certs  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16062
Logged by:          Somesh ng
Email address:      somesh.ng@gmail.com
PostgreSQL version: 10.0
Operating system:   Ubuntu
Description:

Can somebody help me in restoring postgres db using SSL certs. I tried in
below way but it didn't work

pg_restore "host=hostname user=username dbname=database_name
sslcert=sslcert.crt sslkey=sslkey.key sslrootcert=sslroot.pem
sslmode=verify-full" -f filename
It gives the below error

pg_restore: [archiver] could not open input file "host=hostname
user=username dbname=database_name sslcert=sslcert.crt sslkey=sslkey.key
sslrootcert=sslroot.pem sslmode=verify-full": No such file or directory


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #16049: log_line_prefix=%a and log_connections -application_name missing
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16063: Error retrieving data from the server: INTERNAL SERVER ERROR: string indices must be integers