X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Fupgrade9.html;h=24d1cce42d0e7fe41f6a9e3e06c97d70d4097cb2;hb=bbb43a596d81df8c105117d2467a36388827a83e;hp=478f8aa4f6464a88e211438e9bae50a7aa939699;hpb=a5dfbdaabced96bb6a4d00026459297230a3bf5b;p=freeside.git diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html index 478f8aa4f..24d1cce42 100644 --- a/httemplate/docs/upgrade9.html +++ b/httemplate/docs/upgrade9.html @@ -12,8 +12,15 @@
  • Install Net::SSH minimum version 0.07
  • Apply the following changes to your database:
    -INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 17, 'daytime', 'en_US', 'Day Phone' );
    -INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'nigh', 'en_US', 'Night Phone' );
    +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 improvements): +
    +CREATE INDEX part_pkg1 ON part_pkg ( disabled );
    +CREATE INDEX part_svc1 ON part_svc ( disabled );
    +CREATE INDEX cust_bill2 ON cust_bill ( _date );
    +
    +
  • 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.