Re: pg_dump backup issue

From: Erik Serrano <eserranos(at)gmail(dot)com>
To: M Jane <mskiesewetter(at)gmail(dot)com>
Cc: srini ram <seenuram777(at)gmail(dot)com>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: pg_dump backup issue
Date: 2020-07-10 03:23:30
Message-ID: CA+dvXXuudYs3_QYC1MeSwk7mA6X=Q5fnOfF_+-M2w7NhwMGneg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Srini,

What pg_dump is telling you is that the table does not exist, if you are
still viewing it it is surely still in memory. Before doing the pg_dump do
a vacum parse the table and tell me.

Bye.

Erik Serrano Saavedra

El jue., 2 de jul. de 2020 10:04 a. m., M Jane <mskiesewetter(at)gmail(dot)com>
escribió:

> Hi Srini,
>
> What version are you running postgres on? What is the command you are
> running that gives the error?
> Have there been any changes prior to the error occurring?
>
> Regards,
> Marian
>
> Op do 2 jul. 2020 om 15:12 schreef srini ram <seenuram777(at)gmail(dot)com>:
>
>> Can anyone support me on the blow trial email issue.
>>
>> Regards,
>> Srinivasan R
>>
>> On Mon, 29 Jun 2020, 10:48 pm srini ram, <seenuram777(at)gmail(dot)com> wrote:
>>
>>> I am facing a problem while performing a pg_dump backup.
>>>
>>> I too verified in multiple articles to fix this issue
>>> without performing any manual table back and restore, but I couldn't found
>>> any easy troubleshooting steps.
>>>
>>> Below mentioned are the error message while performing the pg_dump
>>>
>>> *pg_dump: [archiver (db)] query failed: ERROR: relation
>>> "public.tblraw202012022_p9" does not exist*
>>>
>>> *pg_dump: [archiver (db)] query was: LOCK TABLE
>>> public.tblraw202012022_p9 IN ACCESS SHARE MODE*
>>>
>>>
>>> Looks like table is corrupted but still, I couldn't able dop the issue
>>> table. If I try to drop the table I am getting a different error response.
>>>
>>> Please help me with the possible solution to fix the above issue.
>>>
>>>
>>> *Thanks&Regards,*
>>>
>>> *Srinivasan R*
>>> *Ph.,:9035911976*
>>>
>>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Wells Oliver 2020-07-10 18:55:42 native solutions for copying data between PG servers?
Previous Message Laurenz Albe 2020-07-09 14:35:20 Re: how to conveniently upgrade with specific catalog change