Difference between revisions of "Freeside:2.3.6:Documentation:Upgrading"
From Freeside
(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…") |
(→Upgrade instructions) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
= Upgrade instructions = | = Upgrade instructions = | ||
− | * (Debian) aptitude update; aptitude install libsnmp-perl | + | * (Debian) aptitude update; aptitude install libsnmp-perl libio-string-perl |
− | * (Other distributions) Install SNMP | + | * (Other distributions) Install SNMP and IO::String |
− | * <code>cd freeside-2.3. | + | * <code>cd freeside-2.3.6/</code> |
* <code>make clean; make configure-rt; make install-perl-modules</code> | * <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. | * 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. | * If freeside-upgrade hangs, try stopping Apache, all Freeside processes, and anything else connected to your database, especially on older PostgreSQL versions. | ||
− | * <code>make | + | * <code>make deploy</code> |
− |
Latest revision as of 14:55, 5 January 2013
Note
These are the 2.3.5 to 2.3.6 upgrade instructions.
Upgrade instructions
- (Debian) aptitude update; aptitude install libsnmp-perl libio-string-perl
- (Other distributions) Install SNMP and IO::String
-
cd freeside-2.3.6/
-
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