Difference between revisions of "Freeside:3.4:Documentation:Upgrading"
From Freeside
(Created page with "= Note = These are the 3.3 to 3.4 upgrade instructions. = Upgrade instructions = * <code>cd freeside-3.4/</code> * <code>make clean; make configure-rt; make install-perl-mo...") |
|||
Line 2: | Line 2: | ||
These are the 3.3 to 3.4 upgrade instructions. | These are the 3.3 to 3.4 upgrade instructions. | ||
+ | |||
+ | = Prerequisites = | ||
+ | * install perl modules | ||
+ | <pre> | ||
+ | aptitude install libdate-simple-perl libsnmp-perl libemail-valid-perl libparse-fixedlength-perl libregexp-common-net-cidr-perl libio-string-perl libnet-mac-vendor-perl | ||
+ | </pre> | ||
= Upgrade instructions = | = Upgrade instructions = |
Revision as of 05:26, 23 October 2014
Note
These are the 3.3 to 3.4 upgrade instructions.
Prerequisites
- install perl modules
aptitude install libdate-simple-perl libsnmp-perl libemail-valid-perl libparse-fixedlength-perl libregexp-common-net-cidr-perl libio-string-perl libnet-mac-vendor-perl
Upgrade instructions
-
cd freeside-3.4/
-
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