templates!!!
[freeside.git] / httemplate / docs / upgrade4.html
1 <head>
2   <title>Upgrading to 1.2.2</title>
3 </head>
4 <body>
5 <h1>Upgrading to 1.2.2 from 1.2.x</h1>
6 <ul>
7   <li>If migrating from 1.0.0, see these <a href="upgrade.html">instructions</a> first.
8   <li>If migrating from less than 1.1.4, see these <a href="upgrade2.html">instructions</a> first.
9   <li>If migrating from less than 1.2.0, see these <a href="upgrade3.html">instructions</a> first.
10   <li>Back up your data and current Freeside installation.
11   <li>Install the Perl modules <a href="http://www.perl.com/CPAN/modules/by-module/Locale/">Locale-Codes</a> and <a href="http://www.perl.com/CPAN/modules/by-module/Net/">Net-Whois</a>.
12   <li>Apply the following changes to your database:
13 <pre>
14 ALTER TABLE cust_pay_batch CHANGE exp exp VARCHAR(11);
15 </pre>
16   <li>Copy or symlink htdocs to the new copy.
17   <li>Remove the symlink or directory <i>(your_site_perl_directory)</i>/FS.
18   <li>Change to the FS directory in the new tarball, and build and install the
19       Perl modules:
20     <pre>
21 $ cd FS/
22 $ perl Makefile.PL
23 $ make
24 $ su
25 # make install</pre>
26   <li>Run bin/dbdef-create.  This file uses MySQL-specific syntax.  If you are running a different database engine you will need to modify it slightly.
27 </body>