Re: PgBackRest client_loop: send disconnect: Connection reset

Greg Sabino Mullane <htamfids@gmail.com>

From: Greg Sabino Mullane <htamfids@gmail.com>
To: KK CHN <kkchn.in@gmail.com>
Cc: pgsql-general <pgsql-general@postgresql.org>
Date: 2024-08-29T14:11:26Z
Lists: pgsql-general
On Thu, Aug 29, 2024 at 9:31 AM KK CHN <kkchn.in@gmail.com> wrote:

> "Unable to acquire lock on file '/tmp/pgbackrest/Repo-backup.lock'
>

When this happens, take a look inside this file. If there is another
pgbackrest process running, the pid will be inside that file. Kill that
process before trying to run another backup.

Cheers,
Greg