doc updates
[freeside.git] / htdocs / docs / upgrade6.html
index f27cadc..8240b6c 100644 (file)
@@ -10,6 +10,8 @@
   <li>If migrating from less than 1.2.2, see these <a href="upgrade4.html">instructions</a> first.
   <li>If migrating from less than 1.2.3, see these <a href="upgrade5.html">instructions</a> first.
   <li>Back up your data and current Freeside installation.
+  <li>Copy the <i>invoice_template</i> file from the <i>conf/</i> directory in the distribution to your <a href="config.html">configuration directory</a>.
+  <li>Install the <a href="http://www.perl.com/CPAN/modules/by-module/Text/">Text-Template</a> Perl module.
   <li>Apply the following changes to your database:
 <pre>
 CREATE TABLE domain_record (
@@ -27,12 +29,11 @@ CREATE TABLE svc_www (
   usersvc int NOT NULL,
   PRIMARY KEY (svcnum)
 );
-ALTER TABLE part_svc ADD svc_www__svcnum varchar(80) NULL;
-ALTER TABLE part_svc ADD svc_www__svcnum_flag char(1) NULL;
 ALTER TABLE part_svc ADD svc_www__recnum varchar(80) NULL;
 ALTER TABLE part_svc ADD svc_www__recnum_flag char(1) NULL;
 ALTER TABLE part_svc ADD svc_www__usersvc varchar(80) NULL;
 ALTER TABLE part_svc ADD svc_www__uesrsvc_flag char(1) NULL;
+ALTER TABLE svc_acct CHANGE _password _password varchar(50) NULL;
 
 </pre>
   <li>Copy or symlink htdocs to the new copy.