Re: Pgbackrest : Resumable backup of same type exists

From: KK CHN <kkchn(dot)in(at)gmail(dot)com>
To: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
Cc: Abdul Sayeed <abdulsayeed24(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pgbackrest : Resumable backup of same type exists
Date: 2025-05-02 06:08:33
Message-ID: CAKgGyB8b9_=dEkGoOF5RGVYpYMeaWiCY7PzPQ538v1rzv33vvw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for the helpful hints. The backup finished successfully :
20250425-115723F
timestamp start/stop: 2025-05-01 09:31:36+05:30 / 2025-05-01
14:13:08+

The log doesn't show anything other than (025-05-01 09:30:16.377 P00
WARN: resumable backup 20250425-115723F of same type exists -- invalid
files will be removed then the backup will resume) is due to my Repo
Server configuration was log-level-file = warn in pgbackrest.conf, Its
my mistake, I have enabled log-level-file=debug only in DB cluster
initially.

Now I hv changed in Repo_Server the log reports as expected.
log-level-file=debug
#log-level-file=warn

Thank you,
Krishane

On Thu, May 1, 2025 at 11:13 PM Greg Sabino Mullane <htamfids(at)gmail(dot)com>
wrote:

> On Thu, May 1, 2025 at 9:08 AM Abdul Sayeed <abdulsayeed24(at)gmail(dot)com>
> wrote:
>
>> Hello,
>>
>> This warning message indicates that a *resumable backup*,
>>
> (plus lots more ChatGPT crap)
>
> Please do not use LLMs to answer questions here. If the original poster
> wanted that, they could have done it themselves. Further, you are polluting
> the pgsql-general archives with computer-generated answers which will in
> turn get slurped in again, leading to degradation. People posting here
> deserve real answers from real people.
>
> /rant
>
> Original poster, I wouldn't expect it to take three+ hours, but we don't
> know how large your backups are. Check /var/log/pgbackrest and see the
> latest log entry - it looks like you have "debug" level enabled, so it
> should be quite verbose. If the process is running but not writing anything
> to the logs, you might want to use strace against its PID to verify what it
> is doing (if anything).
>
> Cheers,
> Greg
>
> --
> Crunchy Data - https://www.crunchydata.com
> Enterprise Postgres Software Products & Tech Support
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message KK CHN 2025-05-02 07:16:29 checkpoint_timeout parameter & WAL archive delay, pgbackrest fails
Previous Message Abdul Sayeed 2025-05-02 05:52:11 Re: Pgbackrest : Resumable backup of same type exists