Difference between revisions of "Freeside:1.7.3:Documentation:Upgrading"
From Freeside
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* If upgrading from a version earlier than 1.7.2, follow the instructions for [[Freeside:1.7:Documentation:Upgrading|Upgrading to 1.7]] first. | * If upgrading from a version earlier than 1.7.2, follow the instructions for [[Freeside:1.7:Documentation:Upgrading|Upgrading to 1.7]] first. | ||
+ | * Upgrade DBIx::DBSchema to 0.33 (or later) | ||
* Install Number::Format 1.50 (or later) | * Install Number::Format 1.50 (or later) | ||
+ | * Install MailTools (Mail::Internet) 2.00 (or later) | ||
* Install YAML | * Install YAML | ||
+ | * Install UNIVERSAL::require | ||
* <code>make install-perl-modules</code> | * <code>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. | ||
Line 7: | Line 10: | ||
* <code>make install-docs</code> (or <code>make deploy</code> if you've got everything setup for that in the Makefile) | * <code>make install-docs</code> (or <code>make deploy</code> if you've got everything setup for that in the Makefile) | ||
* Perl module errors? Try <code>make clean</code> then <code>make install-perl-modules</code> then <code>make install-docs</code> or <code>make deploy</code> again | * Perl module errors? Try <code>make clean</code> then <code>make install-perl-modules</code> then <code>make install-docs</code> or <code>make deploy</code> again | ||
+ | * You may want to check your ACLs under Configuration->Employee->View/Edit employee groups and grant some of the new rights to one or more groups. |
Latest revision as of 18:37, 3 March 2008
- If upgrading from a version earlier than 1.7.2, follow the instructions for Upgrading to 1.7 first.
- Upgrade DBIx::DBSchema to 0.33 (or later)
- Install Number::Format 1.50 (or later)
- Install MailTools (Mail::Internet) 2.00 (or later)
- Install YAML
- Install UNIVERSAL::require
-
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
(ormake deploy
if you've got everything setup for that in the Makefile) - Perl module errors? Try
make clean
thenmake install-perl-modules
thenmake install-docs
ormake deploy
again - You may want to check your ACLs under Configuration->Employee->View/Edit employee groups and grant some of the new rights to one or more groups.