Difference between revisions of "Freeside:3.7:Documentation:Upgrading"
From Freeside
(→Upgrade instructions) |
|||
Line 1: | Line 1: | ||
− | = | + | = Install new dependencies = |
− | + | * Install Net::HTTPS::Any | |
+ | <pre> aptitiude install libnet-https-any-perl</pre> | ||
= Upgrade instructions = | = Upgrade instructions = |
Revision as of 07:29, 22 June 2015
Install new dependencies
- Install Net::HTTPS::Any
aptitiude install libnet-https-any-perl
Upgrade instructions
-
cd freeside-3.7/
-
make clean; make configure-rt; 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 deploy