Re: Pg_stop_backup process does not run - Backup Intervals

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Rodrigo Cavalcante <rodrigo(dot)java(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Pg_stop_backup process does not run - Backup Intervals
Date: 2016-05-03 20:28:37
Message-ID: CA+TgmoY3UzSJMojmBeCVcKt9hhzfteDd64216YY02WFNxgcJJw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 3, 2016 at 4:21 PM, Rodrigo Cavalcante
<rodrigo(dot)java(at)gmail(dot)com> wrote:
> The my script works, but after a few days it stops working because the
> process does not end pg_stop_backup.

Well, that shouldn't happen, but without any logs or debugging
information, it's hard to guess why.

> The pg_basebackup already does this substitution?

If you use pg_basebackup, you don't need to run pg_start_backup() or
pg_stop_backup().

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2016-05-03 20:39:40 Re: Pg_stop_backup process does not run - Backup Intervals
Previous Message Rodrigo Cavalcante 2016-05-03 20:21:32 Re: Pg_stop_backup process does not run - Backup Intervals