Difference between revisions of "Freeside:3.7:Documentation:Upgrading"

From Freeside
Jump to: navigation, search
Line 1: Line 1:
= Install new dependencies =
+
= Note =
  
* Install  Net::HTTPS::Any
+
When upgrading from versions prior to 3.7, before the [[Freeside:3:Documentation:Upgrading|regular 3.x upgrade]], follow these instructions.
<pre> aptitiude install libnet-https-any-perl</pre>
 
  
= Upgrade instructions =
+
= Prerequisites =  
  
* <code>cd freeside-3.7/</code>
+
== Debian ==
* <code>make clean; make configure-rt; make install-perl-modules</code>
+
 
* As the freeside UNIX user, run <code>freeside-upgrade username</code>, passing the username of an internal Freeside user.
+
* install perl modules
* If freeside-upgrade hangs, try stopping Apache, all Freeside processes, and anything else connected to your database, especially on older PostgreSQL versions.
+
<pre>
* <code>make deploy</code>
+
aptitude install ptitiude install libnet-https-any-perl
 +
</pre>
 +
 
 +
== Other OSes ==
 +
 
 +
* Install Net::HTTPS::Any from CPAN (or your packaging system if available).

Revision as of 11:51, 26 June 2015

Note

When upgrading from versions prior to 3.7, before the regular 3.x upgrade, follow these instructions.

Prerequisites

Debian

  • install perl modules
aptitude install ptitiude install libnet-https-any-perl

Other OSes

  • Install Net::HTTPS::Any from CPAN (or your packaging system if available).