Hot Standby syntax error

From: nmmulla <noor(dot)mulla(at)teranet(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Hot Standby syntax error
Date: 2017-11-02 16:38:25
Message-ID: 1509640705510-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Is the below syntax correct in the recovery.conf file:

restore_command = 'copy "D:\\apps\postgres\pg_archivelog\\%f" "%p"'
archive_cleanup_command = 'pg_archivecleanup
"D:\\apps\\postgres\\pg_archivelog\\" %r'

And the lines is corrent in portgresql.conf file:

archive_command = 'copy "%p" "D:\\apps\\postgres\\pg_archivelog\\%f"'

I am archiving to local server

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

Browse pgsql-general by date

  From Date Subject
Next Message Noor Mulla 2017-11-02 16:54:49 syntax error
Previous Message Mark Fletcher 2017-11-02 16:34:18 Logical decoding error