diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-06-12 15:19:00 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-12 15:19:00 -0700 |
| commit | 919e930aa9279b3c5cd12b593889cd6de79d67bf (patch) | |
| tree | 77d7b94eb2050ea8d7bee2431dbb11d34abe9249 /rt/README | |
| parent | f303acf0bfdbd5debea67d391e111ae4ee62cb78 (diff) | |
rt 4.0.23
Diffstat (limited to 'rt/README')
| -rwxr-xr-x | rt/README | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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. @@ -295,7 +300,7 @@ fix them. To report a bug, send email to <rt-bugs@bestpractical.com>. # # COPYRIGHT: # -# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC # <sales@bestpractical.com> # # (Except where explicitly superseded by other copyright notices) |
