Re: Can I pause the pg_dump or pg_restore

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Can I pause the pg_dump or pg_restore
Date: 2009-05-20 14:55:27
Message-ID: 20090520145527.GU22221@samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, May 20, 2009 at 03:39:39PM +0100, Howard Cole wrote:
> Sam Mason wrote:
> >Note that when used on the pg_dump process all you're doing is stopping
> >it from writing out the backup. The server process will still be
> >running and waiting for the backup to finish writing the data. It will
> >thus hold the transaction open and any other state needed to keep things
> >going. This should be fine for temporary pauses, but it wouldn't be
> >recommended to pause the backup for days at a time.
>
> Just curious.... why would you want to pause a backup/restore?

Yes, it seems a little perverse. There seem to be valid use cases,
disk/cpu time need temporarily elsewhere being one. As the poem goes;
"ours not to reason why"... (hum, I think it's supposed to be "theirs
not to..", ah well).

--
Sam http://samason.me.uk/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2009-05-20 15:06:57 corruption on data table disconnects other clients silently when page is read
Previous Message Howard Cole 2009-05-20 14:39:39 Re: Can I pause the pg_dump or pg_restore