X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fupgrade6.html;h=8240b6c326931cfa89c0b79bde47e845e7b9f28e;hp=7615fa71ada415df76c2dc2fa135ff8d81cd5f4a;hb=4c7f7284e84faca5404f609c8af0a50197edff96;hpb=c30183b25bfe0f99b96bbe9f1baf099fec323d02 diff --git a/htdocs/docs/upgrade6.html b/htdocs/docs/upgrade6.html index 7615fa71a..8240b6c32 100644 --- a/htdocs/docs/upgrade6.html +++ b/htdocs/docs/upgrade6.html @@ -10,6 +10,8 @@
  • If migrating from less than 1.2.2, see these instructions first.
  • If migrating from less than 1.2.3, see these instructions first.
  • Back up your data and current Freeside installation. +
  • Copy the invoice_template file from the conf/ directory in the distribution to your configuration directory. +
  • Install the Text-Template Perl module.
  • Apply the following changes to your database:
     CREATE TABLE domain_record (
    @@ -31,6 +33,7 @@ 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;
     
     
  • Copy or symlink htdocs to the new copy.