pg_basebackup failing

From: Alan Nilsson <anilsson(at)apple(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_basebackup failing
Date: 2014-01-14 21:53:57
Message-ID: EE1B2533-20CD-415A-8B89-C84E1E0EE6DE@apple.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Could someone give me some insight to the following error message:

[mqsql06:/Volumes/SQL_Set] _postgres% pg_basebackup --user=replicate --host=mqsql03 -xP -Fp --pgdata=pgsql
19439890/65873894 kB (29%), 1/1 tablespace
pg_basebackup: could not get transaction log end position from server: ERROR: archive member "base/17040/25491" too large for tar format

I find the error message confusing since I have the format explicitly set to plain. Is there a solution/workaround? Can I break up the referenced file somehow?

I'ld rather use pg_basebackup over the backup mode->rsync->out of backup mode dance.

thanks
alan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Day, David 2014-01-14 22:29:15 Re: pg_restore - table restoration
Previous Message Steve Atkins 2014-01-14 19:16:30 Re: PGSYSCONFDIR?