Backup failure Postgres

From: Jethish Jethish <jethish777(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Backup failure Postgres
Date: 2024-05-23 08:02:13
Message-ID: CAKeSjMhHx1cMSTPTP7szhyV5Mt21YuA98Q+hS9+W2nrj0U9N3Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm frequently facing the below error while performing backup. Someone
please tell how solve this issues.

Failed : pg_dump: error: Dumping the contents of table "botsession" failed:
PQgetResult() failed. pg_dump: error: Error message from server: ERROR:
canceling statement due to conflict with recovery DETAIL: User query might
have needed to see row versions that must be removed. pg_dump: error: The
command was: COPY public.botsession (id, userid, data, iscompressed) TO
stdout;

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2024-05-23 08:04:06 Re: Json table/column design question
Previous Message Laurenz Albe 2024-05-23 07:52:31 Re: Long running query causing XID limit breach