Difference between revisions of "Freeside:3.6:Documentation:Upgrading"
From Freeside
(Created page with "= Note = These are generic instructions for upgrading between 3.x versions. There may also be additional steps required for specific versions; check the notes for all versio...") |
|||
| Line 2: | Line 2: | ||
These are generic instructions for upgrading between 3.x versions. There may also be additional steps required for specific versions; check the notes for all versions between the current and new versions. | These are generic instructions for upgrading between 3.x versions. There may also be additional steps required for specific versions; check the notes for all versions between the current and new versions. | ||
| + | |||
| + | = Upgrade instructions = | ||
| + | |||
| + | * <code>cd freeside-3.x/</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. | ||
| + | * If freeside-upgrade hangs, try stopping Apache, all Freeside processes, and anything else connected to your database, especially on older PostgreSQL versions. | ||
| + | * <code>make deploy</code> | ||
Revision as of 12:37, 21 February 2015
Note
These are generic instructions for upgrading between 3.x versions. There may also be additional steps required for specific versions; check the notes for all versions between the current and new versions.
Upgrade instructions
-
cd freeside-3.x/ -
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