summaryrefslogtreecommitdiff
path: root/databases/postgresql83-server/DEINSTALL
blob: ca47392834718abf042dc8c29d6372f6a600242e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: DEINSTALL,v 1.1.1.1 2008/03/04 12:43:41 adam 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