Re: solving wraparound

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Jaime Casanova <systemguards(at)gmail(dot)com>
Cc: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: solving wraparound
Date: 2005-12-26 21:06:18
Message-ID: 20051226210617.GA19923@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 26, 2005 at 03:21:03PM -0500, Jaime Casanova wrote:
> Hi, can someone point me where is explained how can i recover from a
> wraparound that vanish all databases in a cluster?

Some recent investigation indicates that simply doing a VACUUM on the
databases in question should bring the data back, as long as it hasn't
been too long the wraparound.

However, to be more specific you'll need to provide info as to which
version of PostgreSQL and what your VACUUM setup so far has been.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2005-12-26 21:11:49 Re: solving wraparound
Previous Message Jaime Casanova 2005-12-26 20:21:03 solving wraparound