Re: hot backup with zfs ? - Mailing list pgsql-general

From Joseph Kregloh
Subject Re: hot backup with zfs ?
Date
Msg-id CAAW2xfc_U4OjdSBEQur7TR5Q+tJ1=ZV36mdth2Y1BETe-qmuWg@mail.gmail.com
Whole thread Raw
In response to hot backup with zfs ?  (Laurent Laborde <kerdezixe@gmail.com>)
Responses Re: hot backup with zfs ?
List pgsql-general


On Thu, Aug 20, 2015 at 9:50 AM, Laurent Laborde <kerdezixe@gmail.com> wrote:
Friendly greetings !

I'm wondering if anyone tried the following hot backup process, and if it works :
pg_start_backup()
zfs snapshop
pg_stop_backup()

copy the snapshot to the backup server.

That is how I currently handle our backup schema. I do a couple daily ZFS snapshots as well as Barman. In the event of a rollback being required I can go back to the latest usable snapshot and copy over the logs to the point in time I want to recover. Or even just go back to the snapshot point in time.

ZFS snapshots are useful for other reasons by themselves. Testing for example or transferring the DB from one machine to another, be it for replication or to give devs a copy.

Please note to delete snapshots periodically as they do take up data and increases scrub time. I normally keep 10 days worth of snapshots.
 
Thx :)

PS : the WAL will still be archived the usual way.

--
Laurent "ker2x" Laborde

pgsql-general by date:

Previous
From: Yves Dorfsman
Date:
Subject: Re: hot backup with zfs ?
Next
From: Jeff Janes
Date:
Subject: Dangers of mislabelled immutable functions