Pgbackrest version 2.28 Bug/Issue

From: Brajendra Pratap Singh <singh(dot)bpratap766(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Pgbackrest version 2.28 Bug/Issue
Date: 2021-03-02 08:46:23
Message-ID: CAFD-joP-=bK-9X8wo55dHFfztBiumjGn=EGQ8jUJPsEGVC0_Bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi ,

We are getting the below issue while executing the backup through
pgbackrest.

2021-03-02 02:10:01.620 P00 INFO: backup command begin 2.28:
--archive-check --archive-copy --compress --db-timeout=7200
--log-level-console=detail --log-level-file=detail
--log-level-stderr=detail --log-path=/apayrman/pgbackrest/backup/log
--pg1-path=/apayothr/pgsql/12.3/data --process-max=12
--protocol-timeout=9000 --repo1-path=/apayrman/pgbackrest
--repo1-retention-archive=8 --repo1-retention-full=2 --stanza=uatpgdbserver
--start-fast --stop-auto
2021-03-02 02:10:01.622 P00 WARN: unable to check pg-1: [DbConnectError]
unable to connect to 'dbname='postgres' port=5432': could not connect to
server: No such file or directory
Is the server running locally and
accepting
connections on Unix domain socket
"/var/run/postgresql/.s.PGSQL.5432"?
2021-03-02 02:10:01.622 P00 ERROR: [056]: unable to find primary cluster -
cannot proceed
2021-03-02 02:10:01.622 P00 INFO: backup command end: aborted with
exception [056]

DB version :- postgresql 12.3(open source)

OS :- Centos8

Pgbackrest version :- 2.28

Pgbackrest.conf parameters :-

[uatpgdbserver]
pg1-path=/apayothr/pgsql/12.3/data
db-timeout=7200
db1-user=postgres

[global]
repo1-path=/apayrman/pgbackrest
compress=y
retention-archive=8
retention-full=2
process-max=12
log-path=/apayrman/pgbackrest/backup/log
start-fast=y
stop-auto=y
protocol-timeout=9000
archive-check=y
archive-copy=y

Please suggest the solution for above issue.

Thanks,
Singh

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kristjan Mustkivi 2021-03-02 09:26:24 Re: Batch update million records in prd DB
Previous Message Yannick Collette 2021-03-01 19:28:38 Clean build MINGW64 CreateProcessAsUserA could not be located