Re: 9.3 to 9.5 upgrade problems

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: 9.3 to 9.5 upgrade problems
Дата
Msg-id 277e3877-4df0-44a2-7414-f433a369799d@squeakycode.net
обсуждение исходный текст
Ответ на Re: 9.3 to 9.5 upgrade problems  (Andy Colson <andy@squeakycode.net>)
Ответы Re: 9.3 to 9.5 upgrade problems  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
On 07/03/2016 11:42 AM, Andy Colson wrote:
>
> Now that I think about this more, I think you're on to something.
> I'm trying to get an _exact_ copy of the master db onto the slave.
> Checking rsync man, it matches only on size and modified time, and I
> didn't include deletes.
>
> I'm going to re-try with this:
>
> select pg_start_backup('clone',true); rsync -av --delete --checksum
> --exclude pg_xlog --exclude postgresql.conf /pub/pg95/*
> web2:/pub/pg95/ select pg_stop_backup(); rsync -av --delete
> --checksum /pub/pg95/pg_xlog web2:/pub/pg95/
>
> That should make sure the copies are exact.
>
>
> -Andy
>
>
>

That seemed to have worked.  Took forever, but once I started the slave on web2 I was able to login and run queries
withoutany errors or problems. 

Thanks Adrian,

-Andy


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: deadlock between "WITH agg_tmp AS ({sel_stmt}), upd AS ({upd_stmt}) {ins_stmt}" and pure UPDATE statements
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: 9.3 to 9.5 upgrade problems