Freeside:2.3.6:Documentation:Upgrading
From Freeside
Revision as of 19:26, 30 November 2012 by Ivan (talk | contribs) (Created page with "= Note = These are the 2.3.5 to 2.3.6 upgrade instructions. = Upgrade instructions = * (Debian) aptitude update; aptitude install libsnmp-perl * (Other distributions) Install S…")
Note
These are the 2.3.5 to 2.3.6 upgrade instructions.
Upgrade instructions
- (Debian) aptitude update; aptitude install libsnmp-perl
- (Other distributions) Install SNMP
-
cd freeside-2.3.5/
-
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 install-docs
- Restart Apache and the Freeside daemons.