This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Upgrade problem: Experimental package: postgresql-8.0.0cvs-1
- From: Reini Urban <rurban at x-ray dot at>
- To: cygwin at cygwin dot com
- Date: Thu, 07 Oct 2004 04:57:43 +0200
- Subject: Upgrade problem: Experimental package: postgresql-8.0.0cvs-1
- References: <200410051611.i95GB0g27929@esds.vss.fsi.com>
Reini Urban schrieb:
I've made the latest snapshot of postgresql-8.0.0 available for
download. This is a test release to test several new features and gain
more feedback to be fixed upstream.
Before you update or uninstall this experimental postgresql-8.0.0cvs-1
package, please be sure to do the following steps, otherwise setup will
just hang.
rm /etc/preremove/postgresql.sh
It's also save to remove an existing /etc/postinstall/postgresql.sh
script, but this is very unlikely.
Reason:
I tried to save the existing db data into a tmp dump file, before the
only version which will be able to access this data will be removed.
But this dumping is not stable enough, so setup.exe might hang.
So be sure to save away your databases with
/usr/bin/pg_dumpall > dumpfile
with the postgresql version with which you created the database.
Otherwise you will not be able to access or save it.
If you've already done so, you have to reinstall this particular
version, just to dump it to an ASCII SQL file. This file might get
large, but other previously existing upgrading scripts have been pulled
from distribution, because they didn't work.
The next experimental update will have this fixed and some more issues,
which have been solved in between.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/