summaryrefslogtreecommitdiff
path: root/databases/postgresql93-server/DEINSTALL
blob: 948bfd6b57c1c5c4458e81241fc5c273513f1600 (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 2013/09/10 15:32:33 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