BUG #6653: Service does not start in standby-mode - Mailing list pgsql-bugs

From axw-sk@ipa.fhg.de
Subject BUG #6653: Service does not start in standby-mode
Date
Msg-id E1SWQ7a-0002Hj-Ex@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6653: Service does not start in standby-mode  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6653
Logged by:          Sebastian K.
Email address:      axw-sk@ipa.fhg.de
PostgreSQL version: 9.0.7
Operating system:   Windows 7 i386
Description:=20=20=20=20=20=20=20=20

I want to set up a standby server for backup.

The server has a new installation of postgresql.

recovery.conf:
restore_command =3D 'copy "c:\\Users\\Administrator\\Desktop\\%f" "%p"'
standby_mode =3D 'on'

The files of the base backup are placed on the Desktop of the standby
server.

Additionally, the files are already copied to the pg_xlog directory.

Problem:
Placing the recovery.conf file in the data directory prevents the postgres
service to start.

Windows-Error-Log:
Starting service timeout.

PG-Log:
2012-05-21 12:38:38 CEST LOG:  Datenbanksystem wurde w=C3=A4hrend der
Wiederherstellung am 2012-05-21 12:34:21 CEST heruntergefahren
2012-05-21 12:38:38 CEST LOG:  Standby-Modus eingeschaltet
2012-05-21 12:38:38 CEST FATAL:  das Datenbanksystem startet
2012-05-21 12:38:38 CEST WARNUNG:  WAL wurde mit wal_level=3Dminimal erzeug=
t,
eventuell fehlen Daten
2012-05-21 12:38:38 CEST TIPP:  Das passiert, wenn vor=C3=BCbergehend
wal_level=3Dminimal gesetzt wurde, ohne ein neues Base-Backup zu erzeugen.
2012-05-21 12:38:38 CEST LOG:  konsistenter Wiederherstellungszustand
erreicht bei 0/15FBB78
2012-05-21 12:38:38 CEST LOG:  Datensatz mit L=C3=A4nge null bei 0/15FBB78
2012-05-21 12:38:39 CEST FATAL:  das Datenbanksystem startet
2012-05-21 12:38:40 CEST FATAL:  das Datenbanksystem startet
2012-05-21 12:38:41 CEST FATAL:  das Datenbanksystem startet
2012-05-21 12:38:42 CEST FATAL:  das Datenbanksystem startet
2012-05-21 12:38:43 CEST FATAL:  das Datenbanksystem startet
2012-05-21 12:38:44 CEST FATAL:  das Datenbanksystem startet

The base backup was created with following settings in postgresql.conf:
wal_level =3D archive
archive_mode =3D on
archive_command =3D 'copy....

pgsql-bugs by date:

Previous
From: Szunomár Péter
Date:
Subject: pltclu install problems
Next
From: Andrew Dunstan
Date:
Subject: Re: 9.2beta1 regression: pg_restore --data-only does not set sequence values any more