From: R P. <arc...@mt...> - 2006-11-17 22:55:36
|
If you upgrade to Postgresql 8.1.5.....make sure you read the release notes. They have changed the way an upgrade is done. An automated script backs up your config settings, and your data using pg_dumpall. It then tries to restore the data. In my case, the backup worked fine but, for some reason the restore failed. Manually restoring the database with the backup located in /var/lib/pgsql/backups worked ok Cheers, Roy |