[rt-announce] RT 3.0.8-win32
Autrijus Tang
autrijus at autrijus.org
Sat Jan 3 13:10:56 EST 2004
I'm happy to announce a Microsoft Windows installer for
RT 3.0.8, available at:
http://p4.elixus.org/snap/rt-3.0.8.exe
MD5 (rt-3.0.8.exe) = 181578ba5e1ab02bd22bbd9280a6b289
This version fixed the dreaded download failure problem,
and is based on:
rt-3.0.8
rt-elixus-9493 (TabbedUI, etc)
httpd-2.0.48
perl-5.8.2
mod_perl-1.99_12
mysql-4.0.15
The installation directory still must be:
C:\Program Files\OurInternet\Request Tracker
This version only supports sending mails via a SMTP gateway;
the "pop3-mailgate" wrapper is still untested and unlikely
to work out-of-the-box. Patches welcome!
If your local Exchange server is slow, users may notice
significant delays on requesting/approving/processing tickets.
In that case, please download the "emailrelay" program from
http://emailrelay.sourceforge.net/ and use its immediate-proxy
mode to listen on localhost:2500, and point RT to that address.
Upgrading should be straghtforward -- just run the installer.
However, a full backup of the "rt3" database is advised:
cd C:\Program Files\OurInternet\Common\mysql\bin
mysqldump -uroot -P8285 --add-drop-table rt3 > c:\rt3.txt
Afterwards, if upgrading does not work for any reason, you may
consider doing a "clean upgrade" by stopping the "Request Tracker"
service from the Apache Service Monitor (or the "Services"
system utility), close the Apache Services Monitor, and then
(assuming the installer is under C:\):
cd C:\Program Files\OurInternet\Common\mysql\bin
mysqladmin -uroot -P8285 shutdown
cd C:\Program Files
ren OurInternet OurInternet.old
start C:\rt-3.0.8.exe
cd C:\Program Files\OurInternet\Common\mysql\bin
mysql -uroot -P8285 rt3 < c:\rt3.txt
Enjoy!
/Autrijus/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: =?UTF-8?Q?=E9=80=99=E6=98=AF=E6=95=B8=E4=BD=8D=E5=8A=A0=E7=B0=BD?=
=?UTF-8?Q?=E7=9A=84=E9=83=B5?= =?UTF-8?Q?=E4=BB=B6?=
Url : http://pallas.eruditorum.org/pipermail/rt-announce/attachments/20040104/e8570ab9/attachment.pgp
More information about the Rt-announce
mailing list