X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fdocs%2Fupgrade6.html;h=6758bd5116a7606340ec5ec69bbaff84d190e847;hb=b72acc62818ec29a3852bec2561a052875273249;hp=807146f891142d5f9d04958619e68dad722c52aa;hpb=15f65a0c56cbce6951d9cb4f71119725a2009f79;p=freeside.git diff --git a/htdocs/docs/upgrade6.html b/htdocs/docs/upgrade6.html index 807146f89..6758bd511 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 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.