Re: postgres: archiver process failed on 000000010000020A00000073 - Mailing list pgsql-general

From Silvio Fabi - NBS srl
Subject Re: postgres: archiver process failed on 000000010000020A00000073
Date
Msg-id 79646d1f-233d-f749-061d-81771042e05f@nbsgroup.it
Whole thread Raw
In response to Re: postgres: archiver process failed on 000000010000020A00000073  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-general
thanks Alvaro,
following your instructions I solved the problem.

Il 01/04/2020 19:36, Alvaro Herrera ha scritto:
> On 2020-Apr-01, Silvio Fabi - NBS srl wrote:
>
>> WAL Archive process on my DB Postgresql 10 is not working.
>> the WAL Archive file 000000010000020A00000073 was accidentally deleted
>> and there is no backup.
>> Postgresql tries to run the following command:
>> rsync -a pg_wal/000000010000020A00000073
>> barman@database:/var/lib/barman/database/incoming/000000010000020A00000073
> Ouch.  This is not a barman problem; accidentally a WAL file is
> synonymous with corrupting your database.  Any existing backup that
> needs that file is now invalid.  I suggest you run CHECKPOINT and then
> take a new backup.  I think removing the 000000010000020A00000073.ready
> file from pg_wal should prevent future attempts at archiving it, so that
> subsequent WAL files are archived.
>
> By all means, *do not* lose any more WAL files.  It is a very dangerous
> thing to do.
>

-- 
Silvio Fabi
NBS srl
Via Val Tiberina 23/A
San Benedetto del Tronto (AP)
Telefono: 0735/7626242
Cellulare: 345/0142435





pgsql-general by date:

Previous
From: Edson Richter
Date:
Subject: RE: It is possible to force periodically switch xlog?
Next
From: Laurenz Albe
Date:
Subject: Re: using a common key value on both sides of a union ?