short lines in big dump prevent backup

Поиск
Список
Период
Сортировка
От Christian Fowler
Тема short lines in big dump prevent backup
Дата
Msg-id Pine.LNX.4.44.0409271024120.20435-100000@leda.steelsun.com
обсуждение исходный текст
Список pgsql-admin
I'm running a large database ( data dir is ~9gigs ) on 7.4.5 that I have
been dumping nightly with:
/usr/bin/pg_dump -U postgres mydb > /var/lib/pgsql/backups/$filename
and then I bzip2 it.

Last night, things crashed, and I am attempting to restore from a backup.

When restoring as postgres user with: bzcat dump.bz2|psql mydb
I get an error. In one table that has about 5.4 million rows, the dump has
several incomplete rows in the large block of copy data. It seems to
attempt to fill the copy with data from the *next* line.

ERROR:  invalid input syntax for type timestamp: "4"
CONTEXT:  COPY loc_data, line 169371, column mod_date: "4"

going to 169371 lines after the start of the copy, indeed there is a short
row (by two), and two fields in on the *next* line is indeed a "4"

I can fix this either by hand, or regenerating. However, once the DB is
mission critical, having an unusable dump is my biggest concern. Is there
something I should be doing?

(system is Fedora Core 1 with 7.4.5-PGDG rpm's)

[ \ /
[ >X<   spider@steelsun.com   |   http://www.steelsun.com/
[ / \


В списке pgsql-admin по дате отправления:

Предыдущее
От: Tsirkin Evgeny
Дата:
Сообщение: Re: how to read /write xml data and insert into the postgres
Следующее
От: Kris Kiger
Дата:
Сообщение: Re: tsearch2 poor performance