[Rt-commit] rt branch, 4.0-trunk, updated. rt-3.9.7-1141-g0a13385
Thomas Sibley
trs at bestpractical.com
Mon Jan 3 11:47:17 EST 2011
The branch, 4.0-trunk has been updated
via 0a1338514b8fea30a9bb492a01fc58c5d305a377 (commit)
from fa0111eb3c3c3892e12b46963033e8d18ea12067 (commit)
Summary of changes:
docs/UPGRADING-4.0 | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 0a1338514b8fea30a9bb492a01fc58c5d305a377
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Jan 3 11:46:13 2011 -0500
Clarify the upgrading notes for installing 4.0 into /opt/rt3
diff --git a/docs/UPGRADING-4.0 b/docs/UPGRADING-4.0
index 10d9b81..563b8d3 100644
--- a/docs/UPGRADING-4.0
+++ b/docs/UPGRADING-4.0
@@ -1,15 +1,18 @@
Common Issues
-RT now defaults to a database name of rt4 and an installation root of /opt/rt4
+RT now defaults to a database name of rt4 and an installation root of /opt/rt4.
If you are upgrading, you will likely want to specify that your database
is still named rt3 (or import a backup of your database as rt4 so that
can feel more confident making the upgrade).
-If you choose to force RT to install into /opt/rt4 you will encounter
-issues because we've removed the _Overlay files (such as
-Ticket_Overlay.pm). You will need to manually remove these files after
-the upgrade or RT will fail.
+If you choose to force RT to install into /opt/rt3, or another existing RT 3.x
+install location, you will encounter issues because we removed the _Overlay
+files (such as Ticket_Overlay.pm). You will need to manually remove these
+files after the upgrade or RT will fail. You might use a command like this to
+do so:
+
+ find /opt/rt3/lib/ -type f -name '*_Overlay*' -delete
RT has also removed the files and scripts used in previous releases in your web
server configuration. You need to review docs/web_deployment.pod for current
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list