Re: New Slave - timeline ERROR

Поиск
Список
Период
Сортировка
От bricklen
Тема Re: New Slave - timeline ERROR
Дата
Msg-id CAGrpgQ_1yxQW9LPxGaYiKE31yd2ujqQSYBQpCmsZPcDd=iZ6XQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: New Slave - timeline ERROR  ("drum.lucas@gmail.com" <drum.lucas@gmail.com>)
Ответы Re: New Slave - timeline ERROR  ("drum.lucas@gmail.com" <drum.lucas@gmail.com>)
Список pgsql-general
On Sat, Jan 9, 2016 at 2:35 PM, drum.lucas@gmail.com <drum.lucas@gmail.com> wrote:
rsync -azr --progress --partial postgres@$MASTER_IP:/var/lib/postgresql/data/var/lib/postgresql/data/ --exclude postmaster.pid 

Ah ok! So this will do an incrementa, right? not supposed to copy ALL the base/ again?

Yes, this is for incremental copying from the upstream source.
Actually, you don't need the -r with -a (it is implied), and you can run it first with --dry-run to see what it _would_ do.
If you are not shipping over the WAN, then omit the -z flag as you do not need compression.

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

Предыдущее
От: "drum.lucas@gmail.com"
Дата:
Сообщение: Re: New Slave - timeline ERROR
Следующее
От: "drum.lucas@gmail.com"
Дата:
Сообщение: Re: New Slave - timeline ERROR