Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex Vandiver <alexmv@bestpractical.com>2014-12-15 22:56:36 +0300
committerAlex Vandiver <alexmv@bestpractical.com>2014-12-15 22:58:52 +0300
commitb49f950ba93aa1c15671b6a867e62327928727ee (patch)
treeff6df745447d6a67e6bf165e9d1898297b9c0927 /README
parent850ce82e40d55c5fb85613318c82ec815961c08e (diff)
Clarify when steps from UPGRADING-x.y should be run
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index a397ca7883..2f1473dba9 100644
--- a/README
+++ b/README
@@ -71,8 +71,10 @@ GENERAL INSTALLATION
you were coming from 3.6.7, you would want to review UPGRADING-3.6,
UPGRADING-3.8 and UPGRADING-4.0
- It is particularly important that you read the warnings at the top of
- UPGRADING-4.0 for some common issues.
+ Any upgrade steps given in version-specific UPGRADING files should
+ be run after the rest of the steps below; however, please read the
+ relevant documentation before beginning the upgrade, soas to be
+ aware of important changes.
RT stores the arguments given to ./configure at the top of the
etc/RT_Config.pm file in case you need to recreate your previous use
@@ -173,7 +175,10 @@ GENERAL INSTALLATION
rm -fr /opt/rt4/var/mason_data/obj
- You may then start your web server again.
+ If 'make upgrade-database' completes without error, your upgrade
+ has been successful; you should now run any commands that were
+ supplied in version-specific UPGRADING documentation. You should
+ then restart your webserver.
7) Configure the web server, as described in docs/web_deployment.pod,
and the email gateway, as described below.