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

From Freeside
Jump to: navigation, search
(Created page with "= Note = These are generic instructions for upgrading between 3.x versions. There may also be additional steps required for specific versions; check the notes for all versio...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Note =
 
= Note =
  
These are generic instructions for upgrading between 3.x versions.  There may also be additional steps required for specific versions; check the notes for all versions between the current and new versions.
+
When upgrading from versions prior to 3.7, before the [[Freeside:3:Documentation:Upgrading|regular 3.x upgrade]], follow these instructions.
  
= Upgrade instructions =
+
= Prerequisites =  
  
* <code>cd freeside-3.6/</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 libnet-https-any-perl
 +
</pre>
 +
 
 +
== Other OSes ==
 +
 
 +
* Install Net::HTTPS::Any from CPAN (or your packaging system if available).

Latest revision as of 07:39, 20 January 2016

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 libnet-https-any-perl

Other OSes

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