After
$ pg_dumpall -U postgres -f /tmp/pgall.sqlI 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", exitingI haven't earlier backups. How can I fix it?
Thanks in advance.

Tell me