Re: Pg_xlog increase due to postgres crash (disk full)

From: "Kevin Grittner" <kgrittn(at)mail(dot)com>
To: "Cliff de Carteret" <cliffdecarteret(at)googlemail(dot)com>
Cc: "Pgsql General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pg_xlog increase due to postgres crash (disk full)
Date: 2013-01-22 18:34:43
Message-ID: 20130122183443.120630@gmx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Cliff de Carteret wrote:

> I have now deleted the copy on the remote wal_archive folder and the
> archiving is now functioning and sending the logs from the local to the
> remote folder. The remote database does not startup and the following is in
> the log:
>
> LOG: database system was shut down in recovery at 2013-01-22 10:54:48 GMT
> LOG: entering standby mode
> LOG: restored log file "00000001000000AB00000051" from archive
> LOG: invalid resource manager ID in primary checkpoint record
> PANIC: could not locate a valid checkpoint record
> LOG: startup process (PID 22350) was terminated by signal 6: Aborted
> LOG: aborting startup due to startup process failure
>
> 00000001000000AB00000051 is in my remote database's pg_xlog folder

Any chance that there was a pg_start_backup() call on the master without
a matching pg_stop_backup() call?

-Kevin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2013-01-22 18:38:03 Re: Restore 1 Table from pg_dumpall?
Previous Message Rich Shepard 2013-01-22 18:32:42 Re: Restore 1 Table from pg_dumpall? [RESOLVED]