summaryrefslogtreecommitdiff
path: root/databases/postgresql90-server/pkg-install
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-02-19 08:23:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-02-19 08:23:22 +0000
commit0c0bcdc10ba6c2d0bbf6c831f5bc05a32470a2e7 (patch)
treee2c20382071c1aac790898564dea14a5b332a404 /databases/postgresql90-server/pkg-install
parentAPP_TITLE was set twice. (diff)
Upgrade to 7.2, and spilit into several ports.
PR: ports/34855 Submitted by: maintainer.
Notes
Notes: svn path=/head/; revision=54887
Diffstat (limited to 'databases/postgresql90-server/pkg-install')
-rw-r--r--databases/postgresql90-server/pkg-install12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/postgresql90-server/pkg-install b/databases/postgresql90-server/pkg-install
index cfc983fc2f66..ffcd42a5796c 100644
--- a/databases/postgresql90-server/pkg-install
+++ b/databases/postgresql90-server/pkg-install
@@ -8,6 +8,18 @@ DB_DIR=${PKG_PREFIX}/pgsql
case $2 in
PRE-INSTALL)
+ echo "
+=========== BACKUP YOUR DATA! =============
+As always, backup your data before
+upgrading. If the upgrade leads to a higher
+minor revision (e.g. 7.1.x -> 7.2), a dump
+and restore of all databases is
+required. This is *NOT* done by the port!
+
+Press ctrl-C *now* if you need to pg_dump.
+===========================================
+"
+ sleep 3
USER=pgsql
GROUP=${USER}
UID=70