pg_basebackup error

Поиск
Список
Период
Сортировка
От Armand du Plessis
Тема pg_basebackup error
Дата
Msg-id CANf99sXgDRC7_Zr2hZmFqGiJNCNMJmxJjP3Y8TxH0VhuAdmymA@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_basebackup error
Список pgsql-admin
I'm busy preparing a server to act as a streaming replication slave. When using the pg_basebackup to get the initial setup done I run into the following error after it's almost complete:

bash-4.1$ pg_basebackup -v -P -c fast -h master -U replica -D /raiddrive/pgdata
185107020/227631618 kB (100%), 1/1 tablespace                                    
pg_basebackup: could not get transaction log end position from server: FATAL:  archive member "backup.sql" too large for tar format

Initially I specified -F t with -z as I assumed that would speed up the transfer but had a similar error. This time with the default options in plain format I'm getting the same error which I find strange. 

By default full_page_writes is disabled on my master, I've seen references that it needs to be on but also other info that it would be forced on during the backup process.

The error message seems pretty explicit about trying to tar something so not sure whether the full_page_writes is having an effect here. 

Regards,

Armand


  

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: [PERFORM] Recommended Swap space
Следующее
От: Armand du Plessis
Дата:
Сообщение: Re: pg_basebackup error