Re: starting postgres with an empty px_xlog folder

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Mike Broers" <mbroers(at)gmail(dot)com>,<pgsql-admin(at)postgresql(dot)org>
Subject: Re: starting postgres with an empty px_xlog folder
Date: 2012-06-25 15:19:28
Message-ID: 4FE83B300200002500048A9D@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Mike Broers <mbroers(at)gmail(dot)com> wrote:

> Ultimately the hosting service restored the files that they had
> not brought over during their maintenance migration and we started
> up ok. So that was a relief.

+1

> We had archived log files but it did not appear that the archive
> destination was caught up with the xlog the cluster was
> complaining about.
>
> Given that the database server was shut down cleanly, and all
> other data besides pg_xlog was available as expected (not
> corrupted), what would have been the problem with pg_resetxlogs?

Frankly, the odds would have been pretty good that you would have
come up without lost data or a corrupted database; but it's a matter
of the degree of confidence in that. Startup and shutdown code, by
its nature, is not exercised as heavily as most PostgreSQL code.
Startup after using a data recovery utility is even less heavily
exercised. Less frequently executed code is more likely to have
subtle bugs which only show up in rare corner cases. I like to
minimize my risk.

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Craig Ringer 2012-06-25 15:32:34 Re: terminating autovacuum process due to administrator command
Previous Message Radovan Jablonovsky 2012-06-25 15:00:46 Re: terminating autovacuum process due to administrator command