Hi,
I just installed v8.3beta3 and discovered that the way WAL archiving
is handled has changed.
From postgresql.conf:
#archive_mode = off # allows archiving to be done
(change requires restart)
#archive_command = '' # command to use to archive a logfile
segment
Hi folks,
I've been trying to test a backup/restore of our production database
(26GB on disk) using PG 8.2.4 as backup and PG 8.3beta3 for the restore.
FIRST TRY:
pg_dump (v8.3beta3) --format=cthe PG 8.2.4 database OK
pg_restore into a brandnew PG 8.3beta3 database
It looks like a corrupted-data kind of problem. Can you extract
a reproducible test case?
The problem was the hardware!!
On a second system (Mac Power G5) there was no failure, i.e. the
error is not reproducible.
Thanks for your help.
Rudolf VanderLeeden
---(end o