aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-devel/pkg-install
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2002-09-23 22:01:46 +0000
committerSean Chittenden <seanc@FreeBSD.org>2002-09-23 22:01:46 +0000
commit11d66f7e2925d7e407f9077b99ace41e2c1a8c9f (patch)
treeacb9caaaeaa9db03daf3019e1e3fa25fe956ac4d /databases/postgresql-devel/pkg-install
parent69e314d5fb4f937c1c7ed66d54a23282b2c09e59 (diff)
downloadports-11d66f7e2925d7e407f9077b99ace41e2c1a8c9f.tar.gz
ports-11d66f7e2925d7e407f9077b99ace41e2c1a8c9f.zip
Notes
Diffstat (limited to 'databases/postgresql-devel/pkg-install')
-rw-r--r--databases/postgresql-devel/pkg-install21
1 files changed, 11 insertions, 10 deletions
diff --git a/databases/postgresql-devel/pkg-install b/databases/postgresql-devel/pkg-install
index ffcd42a5796c..8a78a8271240 100644
--- a/databases/postgresql-devel/pkg-install
+++ b/databases/postgresql-devel/pkg-install
@@ -9,17 +9,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.
-===========================================
+======================== BACKUP YOUR DATA! ===========================
+
+As always, backup your data before upgrading! This is a development
+port and may change the data format of on disk data as well as the
+system catalogs. It is always advised that you completely dump the
+database and re-initdb between upgrades. This is **NOT** done by the
+port!
+
+Press ctrl-C *now* if you need to pg_dump or pg_dumpall.
+======================================================================
"
- sleep 3
+ sleep 5
USER=pgsql
GROUP=${USER}
UID=70