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

From Freeside
Jump to: navigation, search
(Upgrade instructions)
(Upgrade instructions)
 
Line 5: Line 5:
 
= Upgrade instructions =
 
= Upgrade instructions =
  
* (Debian) aptitude update; aptitude install libgeo-coder-googlev3-perl libgeo-googleearth-pluggable-perl libnet-snmp-perl
+
* (Debian) aptitude update; aptitude install libgeo-coder-googlev3-perl libgeo-googleearth-pluggable-perl libnet-snmp-perl libole-storage-lite-perl libexcel-writer-xlsx-perl
* (Other distributions) Install Geo::Coder::Googlev3, Geo::GoogleEarth::Pluggable and Net::SNMP
+
* (Other distributions) Install Geo::Coder::Googlev3, Geo::GoogleEarth::Pluggable and Net::SNMP OLE::Storage_Lite.pm
  
 
* <code>make install-perl-modules</code>
 
* <code>make install-perl-modules</code>

Latest revision as of 22:19, 19 November 2012

Note

These are the 2.1.X to 2.3 upgrade instructions.

Upgrade instructions

  • (Debian) aptitude update; aptitude install libgeo-coder-googlev3-perl libgeo-googleearth-pluggable-perl libnet-snmp-perl libole-storage-lite-perl libexcel-writer-xlsx-perl
  • (Other distributions) Install Geo::Coder::Googlev3, Geo::GoogleEarth::Pluggable and Net::SNMP OLE::Storage_Lite.pm
  • make install-perl-modules
  • As the freeside UNIX user, run freeside-upgrade username, 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.
  • make install-docs
  • Restart Apache and the Freeside daemons.