Re: archive command failed with exit code 1

Поиск
Список
Период
Сортировка
От Fabio Pardi
Тема Re: archive command failed with exit code 1
Дата
Msg-id 81cf3210-69ba-cb62-6868-2995a75bf4c0@portavita.eu
обсуждение исходный текст
Ответ на archive command failed with exit code 1  (mallikarjun t <mallit333@gmail.com>)
Список pgsql-admin
Hi Mallikarjunarao,

Wild guess: you missed to exchange the SSH key between servers.

To find out where the problem is, you can try to run the archive command
by hand and see the output. As in:

login on the master db as the user running postgres and try to scp a
file to:

postgres@192.168.59.149:/home/postgres/data_archive

see what happens, and post it back here.

regards,

fabio pardi



On 1/16/19 4:38 PM, mallikarjun t wrote:
> Hi,
> 
> This is Mallikarjunarao. Currently I am using PostgreSQL 9.6.10 version.
> In  SSL streaming replication I am facing following issues.
> 
> alter system set archive_command to 'scp %p
> postgres@192.168.59.149:/home/postgres/data_archive/%f';
> 
> <2019-01-15 21:38:38.648 IST [4599]>LOG:  connection received:
> host=192.168.59.149 port=41464
> <2019-01-15 21:38:38.656 IST [4599]>LOG:  replication connection
> authorized: user=postgres
> Permission denied, please try again.
> Permission denied, please try again.
> Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
> lost connection
> <2019-01-15 21:38:38.950 IST [4333]>LOG:  archive command failed with
> exit code 1
> <2019-01-15 21:38:38.950 IST [4333]>DETAIL:  The failed archive command
> was: scp pg_xlog/000000010000000000000001
> postgres@192.168.59.149:/home/postgres/data_archive/000000010000000000000001
> 
> 
> I am searching error information but I didn't know that? Could you
> please help me out situation ?
> 
> ThanksAndRegards,
> Mallikarjunarao.
> **//___^


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

Предыдущее
От: mallikarjun t
Дата:
Сообщение: archive command failed with exit code 1
Следующее
От: "Weingartner, Steven"
Дата:
Сообщение: RE: Re: Re: Postgresql Windows Authentication