[Rt-commit] rtfm branch, master, updated. a7df2c94a18d6c6183ff0b5a2bc99d96fe933f17
Kevin Falcone
falcone at bestpractical.com
Thu Sep 3 15:39:50 EDT 2009
The branch, master has been updated
via a7df2c94a18d6c6183ff0b5a2bc99d96fe933f17 (commit)
from 1d2d722dec013e3a1e55335a00c21b0ebeb8bed0 (commit)
Summary of changes:
UPGRADING | 8 ++++----
UPGRADING.mysql | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit a7df2c94a18d6c6183ff0b5a2bc99d96fe933f17
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Sep 3 15:39:24 2009 -0400
Fix numbering and clarify what document to follow
diff --git a/UPGRADING b/UPGRADING
index 934ae27..65e6408 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -27,7 +27,7 @@ Upgrade Instructions from 2.1.x
2) make install
-4) Type "ls etc/upgrade"; For each item in that directory whose name
+3) Type "ls etc/upgrade"; For each item in that directory whose name
is greater than your previously installed RTFM version, run:
/opt/rt3/sbin/rt-setup-database --action schema \
@@ -53,16 +53,16 @@ Upgrade Instructions from 2.1.x
--dba root --prompt-for-dba-password \
--datadir etc/upgrade/<version>
-5) If you are running 3.8, you need to enable RTFM in your
+4) If you are running 3.8, you need to enable RTFM in your
RT_SiteConfig.pm file. You can do this by adding the following
line:
Set(@Plugins,qw(RT::FM));
-6) clear your mason cache. This is most often accomplished with
+5) clear your mason cache. This is most often accomplished with
rm -rf /opt/rt3/var/mason_data/*
-7) stop and start your web server
+6) stop and start your web server
Upgrade instructions (From any 2.0.x release):
diff --git a/UPGRADING.mysql b/UPGRADING.mysql
index 51e2401..09182cf 100644
--- a/UPGRADING.mysql
+++ b/UPGRADING.mysql
@@ -21,7 +21,7 @@ MUST follow these instructions.
2) Follow the README to step 4 (make install)
-3) Apply changes described in the seven step, but only up to version 3.8.0.
+3) Apply changes described in step 3 of UPGRADING
4) Apply mysql 4.0->4.1 schema changes. RTFM tarball has script
etc/upgrade/upgrade-mysql-schema.pl that generates SQL queries to upgrade schema of
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list