diff options
Diffstat (limited to 'databases/postgresql-devel/pkg-install')
-rw-r--r-- | databases/postgresql-devel/pkg-install | 21 |
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 |