summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-06-30 07:23:46 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-06-30 07:23:46 +0000
commit911dd0da12dbaffda08a582236d08c7c2ac022e3 (patch)
tree331042d3015c2f6de0c7e9930f284f1ba22b6dc5 /www-apps/rt
parentx86 stable. (diff)
downloadgentoo-2-911dd0da12dbaffda08a582236d08c7c2ac022e3.tar.gz
gentoo-2-911dd0da12dbaffda08a582236d08c7c2ac022e3.tar.bz2
gentoo-2-911dd0da12dbaffda08a582236d08c7c2ac022e3.zip
Clarified upgrade instructions
(Portage version: 2.1)
Diffstat (limited to 'www-apps/rt')
-rw-r--r--www-apps/rt/ChangeLog5
-rw-r--r--www-apps/rt/files/3.4.5/reconfig12
2 files changed, 11 insertions, 6 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog
index 3f80fae42cac..83f1e9acb154 100644
--- a/www-apps/rt/ChangeLog
+++ b/www-apps/rt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/rt
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.38 2006/06/22 23:01:05 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.39 2006/06/30 07:23:46 rl03 Exp $
+
+ 30 Jun 2006; Renat Lumpau <rl03@gentoo.org> files/3.4.5/reconfig:
+ Clarified upgrade instructions
22 Jun 2006; Renat Lumpau <rl03@gentoo.org> files/3.4.5/reconfig:
Clarify postupgrade instructions
diff --git a/www-apps/rt/files/3.4.5/reconfig b/www-apps/rt/files/3.4.5/reconfig
index 583b511a73b7..3c0153013985 100644
--- a/www-apps/rt/files/3.4.5/reconfig
+++ b/www-apps/rt/files/3.4.5/reconfig
@@ -19,12 +19,14 @@ if [ $1 = "install" ]; then
# check for upgrades
cd ${VHOST_ROOT}/${PF}/upgrade
- echo "You may need to update your database."
- echo "For each item in the output below"
+ echo "You may need to update your database. For each item in the output below"
echo "whose name is greater than your previously installed RT version,"
- echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action schema --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> --prompt-for-dba-password"
- echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action acl --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> -prompt-for-dba-password"
- echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action insert --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> -prompt-for-dba-password"
+ echo "run the following commands, specifying YOUR_DBA_USER:"
+ echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action schema --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> --dba YOUR_DBA_USER --prompt-for-dba-password"
+ echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action acl --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> --dba YOUR_DBA_USER -prompt-for-dba-password"
+ echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action insert --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> --dba YOUR_DBA_USER --prompt-for-dba-password"
+ echo "Note that some upgrade directories don't have all 3 items (schema, acl, insert)"
+ echo "You can skip missing items safely"
echo "Don't forget to read the online installation guide for more details"
ls