diff options
Diffstat (limited to 'databases/postgresql80-server/DEINSTALL')
-rw-r--r-- | databases/postgresql80-server/DEINSTALL | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql80-server/DEINSTALL b/databases/postgresql80-server/DEINSTALL new file mode 100644 index 00000000000..761da62253f --- /dev/null +++ b/databases/postgresql80-server/DEINSTALL @@ -0,0 +1,20 @@ +# $NetBSD: DEINSTALL,v 1.1.1.1 2005/02/06 12:32:06 jdolecek Exp $ + +case ${STAGE} in +DEINSTALL) + ${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 + ;; +esac |