Closed
Description
Hi;
When I set up backup environment with pg_probackup the archive command get an error.
Error:
DETAIL: The failed archive command was: /usr/bin/pg_probackup-10 archive-push -B /dbbackupsisi/PGBackups/pg_probackup --instance YYYY --wal-file path=pg_wal/00000005000000B9000000F9 --wal-file-name=00000005000000B9000000F9 --remote-host=XXXX
ERROR: -B, --backup-path must be a path to directory
archive command:
archive_command = '/usr/bin/pg_probackup-10 archive-push -B /dbbackupsisi/PGBackups/pg_probackup/ --instance YYYY --wal-file-path=%p --wal-file-name=%f --remote-host=XXXX'
I have no idea what the problem is...
Thank you..