Re: pg_dump fails when a table is in ACCESS SHARE MODE - Mailing list pgsql-sql

From Rene Romero Benavides
Subject Re: pg_dump fails when a table is in ACCESS SHARE MODE
Date
Msg-id CANaGW086GF5qioi8=R0p6-Hh=Y-p4gsxr4FCYi9eHC5TzCgr+A@mail.gmail.com
Whole thread Raw
In response to pg_dump fails when a table is in ACCESS SHARE MODE  (Viral Shah <viralshah009@gmail.com>)
Responses Re: pg_dump fails when a table is in ACCESS SHARE MODE
List pgsql-sql

On Tue, Feb 25, 2020 at 9:11 AM Viral Shah <viralshah009@gmail.com> wrote:
Hello All,

I am facing some problems while taking logical backup of my database using pg_dump. We have set up our infrastructure such that the logical backups are taken on our DR. Our intention here is to avoid substantial load on our primary server. We also pause and play wal files using pg_wal_replay_pause and pg_wal_replay_resume before and after pg_dump. However, at the time of pausing the wal replay, if there is a table under ACCESS SHARE MODE, the pg_dump cannot complete the backup. 

Can anyone suggest any better solution to take a logical backup using pg_dump where the table lock doesn't result in failure of the logical backup?

PS: we are using PostgreSQL 10.12

Thanks, 
Viral Shah
Data Analyst, Nodal Exchange LLC
viralshah009@gmail.com
(240) 645 7548

Hi Viral, what's the error pg_dump is throwing at you ? what's the current setting of standby_feedback in your replica? 
--
El genio es 1% inspiración y 99% transpiración.
Thomas Alva Edison


pgsql-sql by date:

Previous
From: Viral Shah
Date:
Subject: pg_dump fails when a table is in ACCESS SHARE MODE
Next
From: Viral Shah
Date:
Subject: Re: pg_dump fails when a table is in ACCESS SHARE MODE