This commit was generated by cvs2svn to compensate for changes in r3241,
[freeside.git] / httemplate / docs / upgrade7.html
1 <head>
2   <title>Upgrading to 1.3.1</title>
3 </head>
4 <body>
5 <h1>Upgrading to 1.3.1 from 1.3.0</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>If migrating from less than 1.2.2, see these <a href="upgrade4.html">instructions</a> first.
11   <li>If migrating from less than 1.2.3, see these <a href="upgrade5.html">instructions</a> first.
12   <li>If migrating from less than 1.3.0, see these <a href="upgrade6.html">instructions</a> first.
13   <li>Back up your data and current Freeside installation.
14   <li>Copy or symlink htdocs to the new copy.
15   <li>Change to the FS directory in the new tarball, and build and install the
16       Perl modules:
17     <pre>
18 $ cd FS/
19 $ perl Makefile.PL
20 $ make
21 $ su
22 # make install UNINST=1</pre>
23   <li>Run bin/dbdef-create.
24 </body>