From: | Sébastien WACHTER <sebastien(dot)wachter(at)netasq(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Cc: | nicolas treels <nicolas(dot)treels(at)netasq(dot)com> |
Subject: | error with pgdump |
Date: | 2010-10-14 09:13:09 |
Message-ID: | 4CB6C9A5.8070908@netasq.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
hi all
im new user with posgres , we use a sofware solution based on postgres
sql to store database.
when i want dump database for backup
pg_dump -h localhost -b -Fc -U applicationdbuser application -f fichier.dmp
after a few time i have this error
EERROR: *invalid* page *header* in block 10 of relation "pg_toast_16610"
have you an idea to fix it ?
i have try to reindex , when i search on google or forum i have see this
solution for same case
with command
reindex index pg_toast.pg_toast_16610;
but i have this error
relation "pg_toast.pg_toast_16610" d'ont exist
thanks a lot
From | Date | Subject | |
---|---|---|---|
Next Message | Lukasz Brodziak | 2010-10-14 10:04:28 | pg_subtrans files question |
Previous Message | Craig Ringer | 2010-10-14 03:41:55 | Re: Copying data files to new hardware? |