Re: Issue in tablebackup

From: Moin Akther <moindba(at)hotmail(dot)com>
To: srini ram <seenuram777(at)gmail(dot)com>, "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Issue in tablebackup
Date: 2020-07-27 15:28:44
Message-ID: 4FA22E13-3908-4C85-9467-3EAD844BDB22@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Srini,

Try below steps

1. Take dump of pg_statistic.
2. Delete from pg_stattistic;
3. Analyze the <<table_name>>;

Thanks and Best Regards,

Moin Akther

From: srini ram <seenuram777(at)gmail(dot)com>
Date: Monday, July 27, 2020 at 2:43 PM
To: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Issue in tablebackup

Hi Experts,

I am facing below error while taking a table back.

producation_db=# select * into tblconfmresult27072020 from tblconfmresult;
ERROR: missing chunk number 0 for toast value 4543659 in pg_toast_24175
producation_db =#

kindly assist me in taking the backup of this error table from my production database.

I tried table vacuum and re-index of this issue table but still, it was not helping to resolve this issue.

Thanks&Regards,
Srinivasan R
Ph.,:9035911976

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sidney Aloisio Ferreira Pryor 2020-07-27 20:08:45 How can i be certain autovacuum is causing reuse if table still grows
Previous Message srini ram 2020-07-27 09:13:03 Issue in tablebackup