X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fupgrade6.html;h=dc82975f33bcb68b827ebe4da900e88595b64f10;hp=807146f891142d5f9d04958619e68dad722c52aa;hb=e6cf4af2b9d3ffefebe1a3e358f0674f566b56bc;hpb=15f65a0c56cbce6951d9cb4f71119725a2009f79 diff --git a/htdocs/docs/upgrade6.html b/htdocs/docs/upgrade6.html index 807146f89..dc82975f3 100644 --- a/htdocs/docs/upgrade6.html +++ b/htdocs/docs/upgrade6.html @@ -12,7 +12,7 @@
  • Back up your data and current Freeside installation.
  • As 1.3.0 requires transactions, MySQL's default MyISAM and ISAM table types are no longer supported. Converting to PostgreSQL is recommended. If you really want to use MySQL, convert your tables to one of the transaction-safe table types such as BDB.
  • Copy the invoice_template file from the conf/ directory in the distribution to your configuration directory. -
  • Install the Text-Template Perl module. +
  • Install the Text-Template, DBIx-DBSchema, Net-SSH, String-ShellQuote and Net-SCP Perl modules.
  • Apply the following changes to your database:
     CREATE TABLE domain_record (
    @@ -62,5 +62,5 @@ $ perl Makefile.PL
     $ make
     $ su
     # make install
    -
  • Run bin/dbdef-create. This file uses MySQL-specific syntax. If you are running a different database engine you will need to modify it slightly. +
  • Run bin/dbdef-create.