Originally created by: ronaldsh...@gmail.com
Hello,
Our production postgres servers are set up to ship the logs to our standby servers using archive_command like this 'scp -B %p user@standby:/path/%f'
When I initialize a backup catalog "pg_rman init -B /backup_path/", it returns a warning.
WARNING: ARCLOG_PATH is not set because failed to parse archive_command 'scp -B %p user@standby:/path/%f'
I am using pg_rman 1.1.2 against postgres 8.4.4 on RHEL 5.2.
So in this case, should I manually set ARCLOG_PATH to backup from data/pg_xlog?
Thanks! Please advise!