summaryrefslogtreecommitdiff
path: root/databases/postgresql84-server/DEINSTALL
blob: c6dc4d0b54bead42d7d24134239488e7a3b83009 (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 2009/07/29 06:29:02 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