summaryrefslogtreecommitdiff
path: root/rt/docs/UPGRADING-3.0
blob: 1bc1b55d34caefb3a51555a765afd037c32120a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
=head1 UPGRADING FROM 3.0.0 AND EARLIER

=head2 Installation

We recommend you move your existing /opt/rt3 tree completely out
of the way before installing the new version of RT, to make sure
that you don't inadvertently leave old files hanging around.


=head2 Rights changes

Now, if you want RT to automatically create new users upon ticket
submission, you MUST grant 'Everyone' the right to create tickets.
Granting this right only to "Unprivileged Users" is now insufficient.


=head2 Web server configuration

The configuration for RT's web interface has changed.  Please refer to
docs/web_deployment.pod for instructions.