On 07/29/2011 11:35 AM, Isabella Ghiurea wrote:
I would like to configure our Pg db for OS file system snapshot
backup with Pg WAL files, need to know if would be enough in pg db
to call :
|*SELECT* *pg_start_backup*('pitr_backup');
and next take the snapshot and after
pg_stop the backup
On Fri, Jul 29, 2011 at 11:53 AM, Kevin Grittner
wrote:
> Isabella Ghiurea wrote:
>
>> I would like to configure our Pg db for OS file system snapshot
>> backup with Pg WAL files, need to know if would be enough in pg
>> db to call :
>> |*SELECT* *pg_start_backup*('pitr_backup');
>> and next t
Isabella Ghiurea wrote:
> I would like to configure our Pg db for OS file system snapshot
> backup with Pg WAL files, need to know if would be enough in pg
> db to call :
> |*SELECT* *pg_start_backup*('pitr_backup');
> and next take the snapshot and after
> pg_stop the backup and close the W
Hello Gurus,
I would like to configure our Pg db for OS file system snapshot backup
with Pg WAL files, need to know if would be enough in pg db to call :
|*SELECT* *pg_start_backup*('pitr_backup');
and next take the snapshot and after
pg_stop the backup and close the WAL files . During thi