Re: pg_rewind

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: pg_rewind
Дата
Msg-id 2079fc510f11cc43ed95a34afbec01d51a745d67.camel@cybertec.at
обсуждение исходный текст
Ответ на pg_rewind  (<soumik.bhattacharjee@kpn.com>)
Ответы RE: pg_rewind  (<soumik.bhattacharjee@kpn.com>)
RE: pg_rewind  (<soumik.bhattacharjee@kpn.com>)
Список pgsql-admin
On Thu, 2020-01-23 at 15:39 +0000, soumik.bhattacharjee@kpn.com wrote:
> I am trying to make my previous Master as Master by roll backing the changes happen into Standby
> 
> In Original MASTER I am running below –
> 
> /usr/lib/postgresql/12/bin$ ./pg_rewind -D $PGDATA --source-server='host=<IP Address> port=5432' -P
> pg_rewind: fatal: could not connect to server: fe_sendauth: no password supplied
> 
> I'm not sure why this keeps happening.

Because you used the wrong user or didn't specify a password?

Try

   --source-server='host=<IP Address> port=5432 user=... password=...'

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




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

Предыдущее
От:
Дата:
Сообщение: pg_rewind
Следующее
От:
Дата:
Сообщение: RE: pg_rewind