X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Fupgrade9.html;h=c6afe2b0f86910639ae4b3ba19c60f905d1d93c8;hb=dcf30bca55c04f22b752deab57a70ee710f2fd32;hp=fff1d869012b20ae7acef580a9476f40ee0d0386;hpb=1d48d6cbd56f815d8a047ca2ee38ba758f56856c;p=freeside.git diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html index fff1d8690..c6afe2b0f 100644 --- a/httemplate/docs/upgrade9.html +++ b/httemplate/docs/upgrade9.html @@ -9,5 +9,17 @@
  • Run make aspdocs or make masondocs.
  • Copy aspdocs/ or masondocs/ to your web server's document space.
  • Run make install-perl-modules. +
  • Install Net::SSH minimum version 0.07 +
  • Apply the following changes to your database: +
    +INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'daytime', 'en_US', 'Day Phone' );
    +INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 19, 'night', 'en_US', 'Night Phone' );
    +
    +
  • Optionally, apply the following changes to your database (performance improvement for large numbers of services or packages): +
    +CREATE INDEX part_pkg1 ON part_pkg ( disabled );
    +CREATE INDEX part_svc1 ON part_svc ( disabled );
    +
    +
  • If you want to use ACH (electronic checks), you will need to make changes to your database. The easiest way to make these changes is to dump your database (with pg_dump), change the payinfo field in the cust_pay, cust_refund, h_cust_pay and h_cust_refund tables from varchar(16) to varchar(80), reload the database from the dump, and run dbdef-create
  • Restart Apache and freeside-queued.