On Tue, 2024-05-21 at 23:58 +, Dmitry O Litvintsev wrote:
> > > I am observing the following error which confuses me:
> > >
> > > # psql -U postgres template1 -c "checkpoint; select
> > > pg_backup_start('${dest}.tar.Z', true)"
> > > CHECKPOINT
> > > pg_backup_start
> > > -
, 2024 6:42 PM
To: Dmitry O Litvintsev
Cc: pgsql-generallists.postgresql.org
Subject: Re: Confusing error message in 15.6
[EXTERNAL] – This message is from an external sender
On Tue, May 21, 2024, 17:29 Dmitry O Litvintsev
mailto:litvi...@fnal.gov>> wrote:
Hi,
I am observing the following
On Tuesday, May 21, 2024, David G. Johnston
wrote:
>
> On Tue, May 21, 2024, 17:29 Dmitry O Litvintsev wrote:
>
>>
>> This is not just amusing, it is breaking my backup script after update
>> from 11 to 15 (and change from pg_{start,stop}_backup to
>> pg_backup_{start_stop})
>>
>
>
> Yep, nowaday
On Tue, May 21, 2024, 17:29 Dmitry O Litvintsev wrote:
> Hi,
>
> I am observing the following error which confuses me:
>
> # psql -U postgres template1 -c "checkpoint; select
> pg_backup_start('${dest}.tar.Z', true)"
> CHECKPOINT
> pg_backup_start
> -
> 17BF7/3009498
> (1 row)