Re: Pg_stop_backup process does not run - Backup Intervals

From: Rodrigo Cavalcante <rodrigo(dot)java(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Pg_stop_backup process does not run - Backup Intervals
Date: 2016-05-05 14:11:58
Message-ID: 1462457518393-5902082.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Thanks for the feedback.

Log:

LOG: connection authorized: user=postgres database=template1
LOG: statement: select pg_start_backup('bkpfull',true);
ERROR: a backup is already in progress
HINT: Run pg_stop_backup() and try again.
STATEMENT: select pg_start_backup('bkpfull',true);
LOG: disconnection: session time: 0:00:00.165 user=postgres
database=template1 host=localhost port=45746

I will use the pg_basebackup.

--
View this message in context: http://postgresql.nabble.com/Pg-stop-backup-process-does-not-run-Backup-Intervals-tp5901538p5902082.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2016-05-05 14:41:47 Re: SET ROLE and reserved roles
Previous Message Stephen Frost 2016-05-05 13:33:01 Re: pg_dump vs. TRANSFORMs