Re: FYI: 8.0beta2 on Monday - Mailing list pgsql-hackers

From Tom Lane
Subject Re: FYI: 8.0beta2 on Monday
Date
Msg-id 17473.1093822469@sss.pgh.pa.us
Whole thread Raw
In response to Re: FYI: 8.0beta2 on Monday  (Mike Rylander <miker@purplefrog.com>)
List pgsql-hackers
Mike Rylander <miker@purplefrog.com> writes:
> Will we be looking at a re-initdb with beta2?

At this point, no initdb, but you will need to be prepared to reset the
xlog if you don't want to initdb.  In short:
1. clean shutdown of old postmaster.2. install new executables.3. pg_resetxlog $PGDATA4. start postmaster.

If you try to skip step 3 you will get some truly frightening complaints
about "unable to locate a valid checkpoint", but as long as you didn't
skip step 1 you haven't lost any data.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Mike Rylander
Date:
Subject: Re: FYI: 8.0beta2 on Monday
Next
From: "Jim Buttafuoco"
Date:
Subject: Re: beta 1 failed on linux mipsel