(file) Return to awstats_upgrade.html CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / awstats-6.3 / docs

 1 rizwank 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 2             <html>
 3             <head>
 4             <meta name="description" content="AWStats Documentation - Upgrade setup">
 5             <meta name="keywords" content="awstats, awstat, udpate, upgrade">
 6             <meta name="robots" content="index,follow">
 7             <meta name="title" content="AWStats Documentation - Upgrade setup">
 8             <title>AWStats Documentation - Upgrade setup</title>
 9             <link rel="stylesheet" href="styles.css" type="text/css">
10             <!-- $Revision: 1.11 $ - $Author: eldy $ - $Date: 2004/12/18 22:04:23 $ -->
11             </head>
12             
13             <body topmargin=10 leftmargin=5>
14             
15             
16             <table style="font: 10pt arial,helvetica,verdana" cellpadding=0 cellspacing=0 border=0 bgcolor=#FFFFFF width=100%>
17             
18             <!-- Large -->
19             <tr style="font: 10pt arial,helvetica,verdana">
20             <td bgcolor=#9999cc align=center><a href="/"><img src="images/awstats_logo4.png" border=0></a></td>
21             <td bgcolor=#9999cc align=center>
22 rizwank 1.1 <br>
23             <font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.3 Documentation</b></font><br>
24             <br>
25             </td>
26             <td bgcolor=#9999cc align=center>
27             &nbsp;
28             </td>
29             </tr>
30             
31             </table>
32             
33             <br><br><H1 style="font: 26px arial,helvetica,sans-serif">Upgrading AWStats to a new version</H1>
34             
35             To upgrade AWStats from an old version to a new one, all you have to do is:<br>
36             <br>
37             * <b>Check your Perl version is at least 5.005_03 (or higher)</b>. For this you can run <i>perl -v</i> command.<br>
38             <br>
39             * <b>Replace AWStats runtime files</b> by new ones. For this you can:<br>
40             &nbsp; &nbsp; &nbsp; &nbsp;- decompress new AWStats zip or tgz package to old install directory (AWStats
41             old runtime files are replaced by new ones. This works whatever is the old and new version, 3.x, 4.x, 5.x, 6.x).<br>
42             &nbsp; &nbsp; &nbsp; &nbsp;- or just run your OS package tool (rpm, apt, or just .exe for windows).<br>
43 rizwank 1.1 <br>
44             * <b>Your setup files should not be lost</b> as AWStats default distribution should not overwite
45             config file (it provides only one config file example called <i>awstats.model.conf</i>). However
46             some packages are not official, so you can save and restore AWStats config files (awstats*.conf)
47             if you prefer.<br>
48             Sometimes, there is new parameter supported by the new version. Since those parameters are not 
49             present in old config files, AWStats will use default values for them, to work as it did when
50             those parameters did not exist, so there is no need to add them, except if you want to use
51             differently the new feature.<br>
52             <br>
53             
54             <u>Note 0:</u> Perl 5.005_03 or higher is a requirement to use AWStats 6.0 or higher.
55             <br>
56             <u>Note 1:</u> When migrating to 6.x series, if you use the ExtraSections feature,
57               you must check that the parameter(s) ExtraSectionConditionX use a full
58               REGEX syntax (with 5.x series, this parameter could contain simple string
59               values). If not, feature will be broken.
60             <br>
61             <u>Note 2:</u> When migrating to 6.x series, if you use the Misc feature, you must
62               check that your ShowMiscStats parameter is set to "ajdfrqwp", if you want
63               to have all miscellanous info reported (you must also have added the
64 rizwank 1.1   awstats_misc_tracker.js script in your home page as described in
65               MiscTrackerUrl parameter description). Otherwise the new default value "a"
66               will be used (only the "Add to favourites" will be reported).
67             <br>
68             <u>Note 3:</u> In 6.x series, MaxLengthOfURL parameter has been renamed into MaxLengthOfShownURL
69             <br>
70             <u>Note 4:</u> When migrating to 6.x series, to enable the new worm detection, you must add parameter
71               LevelForWormsDetection=2 in your config file.
72             <br>
73             <u>Note 5:</u> When migrating to 6.x series, if you used the urlalias or userinfo plugin, you must move the urlalias.*.txt
74             or userinfo.*.txt file from Plugins directory to DirData directory.
75             <br>
76             
77             <br>
78             * <b>Your old analyzed data should not be lost</b> since your 'history files' are saved in the
79             directory defined in DirData parameter in your AWStats config file and 'history files' format is
80             compatible with each new version of AWStats since 5.x series. If you upgrade from 3.x or 4.x
81             series to 5.x, 6.x or higher, AWStats will still be able to 'read' your old history files but
82             a warning will appear to ask you to run the 'migrate' process on your old data files.
83             Just run the command that will appear in warning message.
84             This warning will appear only after upgrade from 3.x or 4.x series to a 5.x, 6.x or higher
85 rizwank 1.1 version and only if 'migrate' is necessary.<br>
86             <br>
87             
88             <hr>
89             
90             <script language=javascript>
91             	var date='$Date: 2004/12/18 22:04:23 $';
92             	document.writeln("Last revision: "+date);
93             </script>
94             
95             </body>
96             </html>

Rizwan Kassim
Powered by
ViewCVS 0.9.2