summaryrefslogtreecommitdiff
path: root/databases/postgresql96-server/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql96-server/DEINSTALL')
-rw-r--r--databases/postgresql96-server/DEINSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql96-server/DEINSTALL b/databases/postgresql96-server/DEINSTALL
new file mode 100644
index 00000000000..91b6b7af908
--- /dev/null
+++ b/databases/postgresql96-server/DEINSTALL
@@ -0,0 +1,20 @@
+# $NetBSD: DEINSTALL,v 1.1 2016/10/29 19:41:55 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