Re: [PERFORM] backup/restore - another area. - Mailing list pgsql-admin

From Donald Fraser
Subject Re: [PERFORM] backup/restore - another area.
Date
Msg-id 001001c39435$dbd82920$1664a8c0@DEMOLITION
Whole thread Raw
In response to Re: [PERFORM] backup/restore - another area.  (Jeff <threshar@torgo.978.org>)
Responses Re: [PERFORM] backup/restore - another area.  (Jeff <threshar@torgo.978.org>)
List pgsql-admin
> > Jeff,
> >
> > > The downside is
> > > this method will only work on that specific version of PG and it
> > > isn't the"cleanest" thing in the world since you are essentially
> > > simulating a power failure to PG. Luckly the WAL works like a champ.
> > > Also, these backups can be much larger since it has to include the
> > > indexes as well. but this is a price you have to pay.
> >
> > The other downside is, of course, that the database needs to be shut
> > down.
> >
>
> I left the DB up while doing this.
>
> Even had a program sitting around committing data to try and corrupt
> things. (Which is how I discovered I was doing the snapshot wrong)
>
> You could  do pg_ctl stop; snapshot; pg_ctls tart for a "clean" image.
>

Since this seems to work for you,
would you be kind enough to post the shell script for doing the snapshot with
LVM.

Regards
Donald Fraser


pgsql-admin by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: rebuild index question
Next
From: Tom Lane
Date:
Subject: Re: rebuild index question