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

From Freeside
Jump to: navigation, search
(Prerequisites)
 
Line 1: Line 1:
 
= Note =
 
= Note =
  
These are the 3.3 to 3.4 upgrade instructions.
+
When upgrading from versions prior to 3.4, before the [[Freeside:3:Documentation:Upgrading|regular 3.x upgrade]], follow these instructions.
  
 
= Prerequisites =  
 
= Prerequisites =  
 +
 +
== Debian ==
 +
 
* install perl modules
 
* install perl modules
 
<pre>
 
<pre>
Line 9: Line 12:
 
</pre>
 
</pre>
  
= Upgrade instructions =
+
== Other OSes ==
  
* <code>cd freeside-3.4/</code>
+
* Install Parse::FixedLength, Regexp::Common::net::CIDR, IO::String and Net::MAC::Vendor from CPAN (or your packaging system if available).
* <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.
 
* If freeside-upgrade hangs, try stopping Apache, all Freeside processes, and anything else connected to your database, especially on older PostgreSQL versions.
 
* <code>make deploy</code>
 

Latest revision as of 03:45, 14 January 2015

Note

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

Prerequisites

Debian

  • install perl modules
aptitude install libparse-fixedlength-perl libregexp-common-net-cidr-perl libio-string-perl libnet-mac-vendor-perl

Other OSes

  • Install Parse::FixedLength, Regexp::Common::net::CIDR, IO::String and Net::MAC::Vendor from CPAN (or your packaging system if available).