Re: refactoring basebackup.c - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: refactoring basebackup.c
Date
Msg-id 20220311010223.GI28503@telsasoft.com
Whole thread Raw
In response to Re: refactoring basebackup.c  (Jeevan Ladhe <jeevanladhe.os@gmail.com>)
List pgsql-hackers
I'm getting errors from pg_basebackup when using both -D- and --compress=server-*
The issue seems to go away if I use --no-manifest.

$ ./src/bin/pg_basebackup/pg_basebackup -h /tmp -Ft -D- --wal-method none --compress=server-gzip >/dev/null ; echo $?
pg_basebackup: error: tar member has empty name
1

$ ./src/bin/pg_basebackup/pg_basebackup -h /tmp -Ft -D- --wal-method none --compress=server-gzip >/dev/null ; echo $?
NOTICE:  WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to
completethe backup
 
pg_basebackup: error: COPY stream ended before last file was finished
1



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file
Next
From: Tomas Vondra
Date:
Subject: Re: Column Filtering in Logical Replication