Re: What is the correct steps if tar process is killed during pg_start_backup() and pg_stop_backup()

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: 'Shih Théo *EXTERN*' <galaxyshih(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: What is the correct steps if tar process is killed during pg_start_backup() and pg_stop_backup()
Date: 2015-07-15 09:10:19
Message-ID: A737B7A37273E048B164557ADEF4A58B50F70D0A@ntex2010a.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Shih Théo wrote:
> I have goolged this issued for some time, but I do not find much valuable information.
>
> Here is my questions, I would like to know when I invoke pg_start_backup() and execute tar for backup
> my cluster data, but due to some reasons, tar is stopped.

> Q1) Should I invoke pg_stop_backup() to
> complete the procedure if I do not want to re-tar again?

Yes, otherwise PostgreSQL remains in online backup mode.

> Q2) What if I decide to re-tar again my data,
> should I need to invoke pg_stop_backup() first and perform pg_start_backup() -> tar ->
> pg_stop_backup()?

No, that is not necessary.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Matheus de Oliveira 2015-07-15 11:50:59 Re: What is the correct steps if tar process is killed during pg_start_backup() and pg_stop_backup()
Previous Message Andy Colson 2015-07-14 13:59:16 Re: could not create shared memory segment: Invalid argument