public inbox for [email protected]
help / color / mirror / Atom feedRe: Pgbackrest : Resumable backup of same type exists
3+ messages / 3 participants
[nested] [flat]
* Re: Pgbackrest : Resumable backup of same type exists
@ 2025-05-01 17:42 Greg Sabino Mullane <[email protected]>
2025-05-02 05:52 ` Re: Pgbackrest : Resumable backup of same type exists Abdul Sayeed <[email protected]>
2025-05-02 06:08 ` Re: Pgbackrest : Resumable backup of same type exists KK CHN <[email protected]>
0 siblings, 2 replies; 3+ messages in thread
From: Greg Sabino Mullane @ 2025-05-01 17:42 UTC (permalink / raw)
To: Abdul Sayeed <[email protected]>; +Cc: KK CHN <[email protected]>; pgsql-general
On Thu, May 1, 2025 at 9:08 AM Abdul Sayeed <[email protected]> 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
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Pgbackrest : Resumable backup of same type exists
2025-05-01 17:42 Re: Pgbackrest : Resumable backup of same type exists Greg Sabino Mullane <[email protected]>
@ 2025-05-02 05:52 ` Abdul Sayeed <[email protected]>
1 sibling, 0 replies; 3+ messages in thread
From: Abdul Sayeed @ 2025-05-02 05:52 UTC (permalink / raw)
To: Greg Sabino Mullane <[email protected]>; +Cc: KK CHN <[email protected]>; pgsql-general
Hi Greg,
My apologies but the above answer which i gave was not from chatgpt, I had
face similar situation in one of our env. Deleting failed backup helped me.
To be honest I did use chathpt to paraphrase my sentences before posting in
general mail list.
Thanks & Regards,
Abdul Sayeed
On Thu, 1 May, 2025, 11:13 pm Greg Sabino Mullane, <[email protected]>
wrote:
> On Thu, May 1, 2025 at 9:08 AM Abdul Sayeed <[email protected]>
> 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
>
>
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Pgbackrest : Resumable backup of same type exists
2025-05-01 17:42 Re: Pgbackrest : Resumable backup of same type exists Greg Sabino Mullane <[email protected]>
@ 2025-05-02 06:08 ` KK CHN <[email protected]>
1 sibling, 0 replies; 3+ messages in thread
From: KK CHN @ 2025-05-02 06:08 UTC (permalink / raw)
To: Greg Sabino Mullane <[email protected]>; +Cc: Abdul Sayeed <[email protected]>; 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 <[email protected]>
wrote:
> On Thu, May 1, 2025 at 9:08 AM Abdul Sayeed <[email protected]>
> 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
>
>
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2025-05-02 06:08 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-05-01 17:42 Re: Pgbackrest : Resumable backup of same type exists Greg Sabino Mullane <[email protected]>
2025-05-02 05:52 ` Abdul Sayeed <[email protected]>
2025-05-02 06:08 ` KK CHN <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox