Cannot rebuild a standby server - Mailing list pgsql-admin

From John Scalia
Subject Cannot rebuild a standby server
Date
Msg-id 53A47312.9040600@gmail.com
Whole thread Raw
Responses Re: Cannot rebuild a standby server  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-admin
In the true definition of insanity, I've tried to rebuild a standby streaming replication server using the following
stepsseveral times: 

1) ensure the postgresql data directory, /var/lib/pgsql/9.3/data, is empty.
2) run: pg_basebackup -h <primary server> -D /var/lib/pgsql/9.3/data
3) manually copy the WAL's from the primary server's pg_xlog directory to the directory specified in the standby's
recovery.confrestore_command. 
4) rm any artifacts from the standby's new data directory like the backup_label file.
5) copy the saved recovery.conf into the standby's data directory and check it is accurate.
6) Start the database using "service postgresql-9.3 start"

Every time, however, the following appears in the pg_log/postgresql-Fri.log:
<timestamp> LOG: entering standby mode
<timestamp> LOG: restored log file "00000003.history"
<timestamp> LOG: invalid secondary checkpoint record
<timestamp> PANIC: could not locate a valid checkpoint record

All this was originally caused by testing the failover mechanism in pgpool. That didn't succeed and I'm trying to get
theservers back to their original states. I've done this kind  
of thing before, but don't know what's wrong with this effort. What have I missed?
--
Jay


pgsql-admin by date:

Previous
From: Jeff Janes
Date:
Subject: Re: [GENERAL] Postgresql not getting assigned memory
Next
From: Kevin Grittner
Date:
Subject: Re: PostgreSQL db