diff options
author | ivan <ivan> | 2001-05-03 10:28:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-05-03 10:28:31 +0000 |
commit | b0a9702eab4338ff12507ba0ca07f121256f3c13 (patch) | |
tree | 523d7aa7bbec8c96b307cceeac2ba5413541b1bc /htdocs/docs/upgrade6.html | |
parent | 2ce72aa7adbac1ff4ecafd2e79311b62362d4f68 (diff) |
documentation updates for add'l perl dependencies.
thanks to "Mike McCauley" <mikem@open.com.au> from Radiator
Diffstat (limited to 'htdocs/docs/upgrade6.html')
-rw-r--r-- | htdocs/docs/upgrade6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/docs/upgrade6.html b/htdocs/docs/upgrade6.html index 6758bd511..dc82975f3 100644 --- a/htdocs/docs/upgrade6.html +++ b/htdocs/docs/upgrade6.html @@ -12,7 +12,7 @@ <li>Back up your data and current Freeside installation. <li>As 1.3.0 requires transactions, <b>MySQL's default <a href="http://www.mysql.com/doc/M/y/MyISAM.html">MyISAM</a> and <a href="http://www.mysql.com/doc/I/S/ISAM.html">ISAM</a> table types are no longer supported</b>. Converting to <a href="http://www.postgresql.org/">PostgreSQL</a> is recommended. If you really want to use MySQL, convert your tables to one of the <a href="http://www.mysql.com/doc/T/a/Table_types.html">transaction-safe table types</a> such as <a href="http://www.mysql.com/doc/B/D/BDB.html">BDB</a>. <li>Copy the <i>invoice_template</i> file from the <i>conf/</i> directory in the distribution to your <a href="config.html">configuration directory</a>. - <li>Install the <a href="http://search.cpan.org/search?dist=Text-Template">Text-Template</a>, <a href="http://search.cpan.org/search?dist=DBIx-DBSchema">DBIx-DBSchema</a>, <a href="http://search.cpan.org/search?dist=Net-SSH">Net-SSH</a> and <a href="http://search.cpan.org/search?dist=Net-SCP">Net-SCP</a> Perl modules. + <li>Install the <a href="http://search.cpan.org/search?dist=Text-Template">Text-Template</a>, <a href="http://search.cpan.org/search?dist=DBIx-DBSchema">DBIx-DBSchema</a>, <a href="http://search.cpan.org/search?dist=Net-SSH">Net-SSH</a>, <a href="http://search.cpan.org/search?dist=String-ShellQuote">String-ShellQuote</a> and <a href="http://search.cpan.org/search?dist=Net-SCP">Net-SCP</a> Perl modules. <li>Apply the following changes to your database: <pre> CREATE TABLE domain_record ( |