pg_dump: Error message from server: ERROR: missing chunk number 0 for toast value 43712886 in pg_to
Posted
by Kirill Novozhilov
on Server Fault
See other posts from Server Fault
or by Kirill Novozhilov
Published on 2010-06-18T10:28:03Z
Indexed on
2010/06/18
10:33 UTC
Read the original article
Hit count: 316
postgresql
|dump
After
$ pg_dumpall -U postgres -f /tmp/pgall.sql
I see following:
pg_dump: SQL command failed
pg_dump: Error message from server: ERROR: missing chunk number 0 for toast value 43712886 in pg_toast_16418
pg_dump: The command was: COPY public.page_parts (id, name, filter_id, content, page_id) TO stdout;
pg_dumpall: pg_dump failed on database "radiant", exiting
I haven't earlier backups. How can I fix it?
Thanks in advance.
© Server Fault or respective owner