2001-11-19 17:23:08 +01:00
|
|
|
# $NetBSD: DEINSTALL,v 1.2 2001/11/19 16:23:08 jlam Exp $
|
2001-05-14 16:50:23 +02:00
|
|
|
|
|
|
|
case ${STAGE} in
|
|
|
|
DEINSTALL)
|
2001-05-18 08:13:54 +02:00
|
|
|
${CAT} << EOF
|
|
|
|
===========================================================================
|
|
|
|
|
|
|
|
If you intend to upgrade your PostgreSQL installation, you may need to
|
|
|
|
perform a dump-and-restore to move your current databases into the newer
|
|
|
|
PostgreSQL installation. Please dump your databases *prior* to installing
|
|
|
|
the new PostgreSQL.
|
|
|
|
|
|
|
|
Please see the Backup and Restore section of the PostgreSQL Administrator's
|
|
|
|
Guide (databases/postgresql-docs) for complete information on how to
|
|
|
|
perform the databases dump.
|
|
|
|
|
|
|
|
===========================================================================
|
|
|
|
EOF
|
2001-05-14 16:50:23 +02:00
|
|
|
;;
|
|
|
|
esac
|