Update version tag for 1.4.0-rc2.
[srvx.git] / UPGRADE
1 Upgrading from srvx-1.2
2 -----------------------
3
4 Copy srvx.conf and your database files from your srvx-1.2 directory to
5 your srvx-1.3 directory.
6
7 Look over your srvx.conf and compare it to srvx.conf.example from
8 srvx-1.3.  Add any new settings you want to.
9
10 If you are using HelpServ, move the "helpserv" subsection from the
11 "services" section to the "modules" section.  Make sure you enable
12 the HelpServ module; see Q6 and Q8 in the FAQ.
13
14 You must update command bindings, because several common commands
15 moved in srvx-1.3.  If you have not added many custom bindings, the
16 easiest way to do this is to delete the "modcmd" section of srvx.db
17 (if you are using the "mondo" database layout) or delete modcmd.db (if
18 you are not using "mondo"); when you start srvx after doing that, it
19 will set up all the standard bindings.
20
21 If you have added many custom bindings, the following commands should
22 be bound to services:
23         Service Name    Suggested Name  Binding
24         ------------    --------------  -------
25         NickServ
26         ChanServ
27         OpServ
28 (The above list is known to be incomplete.)