Re: VM-Ware Backup of VM safe?

From: George Neuner <gneuner2(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: VM-Ware Backup of VM safe?
Date: 2017-09-22 15:25:50
Message-ID: ps8asc59knno5848ikbdepan8lcos5c2jl@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 22 Sep 2017 16:14:23 +0200, "Klaus P. Pieper"
<kpi6288(at)gmail(dot)com> wrote:

>I am aware that VSS is purely Windows, and your comment about VSS aware
>application is true. Backup programs / VM managers like Data Protection
>Manager trigger these applications to put the files into a safe state
>prior to the snapshot.

The standard snapshot mechanism suspends all processes while the
memory is saved. The writable disk image swap occurs in the
hypervisor and is transparent to the VM.

Data Protection adds the ability to snapshot on demand for backups and
signal aware programs in the VM to save state before being suspended.
WRT shapshot integrity, I don't think the latter really adds much, but
YMMV.

George

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrei Matei 2017-09-22 21:11:31 errors on COMMIT and transaction states
Previous Message Frank Millman 2017-09-22 15:03:10 Re: a JOIN to a VIEW seems slow