Re: Consistent file-level backup of pg data directory

From: Ivan Voras <ivoras(at)freebsd(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Consistent file-level backup of pg data directory
Date: 2014-01-10 10:25:01
Message-ID: laohph$ki5$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/01/2014 16:09, gator_ml(at)yahoo(dot)de wrote:

> For machines running database systems, this means, this means,
> that I need some way to get a consistent state of some point in
> time. It does not particularly matter, which time exactly (in

> Unfortunately, it does not look like there is any direct way to
> accomplish this with postgres except shutting down the whole
> database system while the backup is running. The systems will

You could use a file system which supports snapshots (I don't know which
Linux FS's do, I've read that LVM can be used to simulate those) to get
an exact point-in-time backup which will use the database's usual
resilience to be stable enough for restoring.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Panneerselvam Posangu 2014-01-10 10:59:33 Re: SQL State XX000 : XML namespace issue
Previous Message Rémi Cura 2014-01-10 09:10:28 excution time for plpgsql function and subfunction