| From: | Vasiliy I Ozerov <vozerov(at)2reallife(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Unexpected chunk size when doing dump |
| Date: | 2013-02-07 13:02:44 |
| Message-ID: | C35C014AFB644AFD8D3254767791FE0E@2reallife.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Good day!
I have an error, when doing database dump:
psql -U postgres -p 56432 postgres > postgres.sql
pg_dump: [archiver (db)] query failed: ERROR: unexpected chunk size 384 (expected 389) in final chunk 1 for toast value 11589 in pg_toast_2619
pg_dump: [archiver (db)] query was: SELECT description, classoid, objoid, objsubid FROM pg_catalog.pg_description ORDER BY classoid, objoid, objsubid
Postgresql version is 9.0. There was not any problems with hard drives. The same error I get, when I am trying to dump db at slave server (replic).
Reindex doesn't help me :(
What can I do with this error?
Thank you!
--
Vasiliy I Ozerov
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Ribe | 2013-02-07 13:31:30 | Re: PostgreSQL's share_buffer calculation using shmget() versus kernel.shmmax |
| Previous Message | K P Manoj | 2013-02-07 12:09:07 | Re: PostgreSQL's share_buffer calculation using shmget() versus kernel.shmmax |