Difference between revisions of "Freeside:1.9.2:Documentation:Upgrading"
From Freeside
(→Upgrade instructions) |
|||
Line 1: | Line 1: | ||
= Upgrade instructions = | = Upgrade instructions = | ||
− | * Install Email::Sender and HTML::Defang. | + | * Install Email::Sender, Email::Sender::Transport::SMTP::TLS and HTML::Defang. |
* <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. |
Latest revision as of 23:12, 4 April 2010
Upgrade instructions
- Install Email::Sender, Email::Sender::Transport::SMTP::TLS and HTML::Defang.
-
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
- You may want to check your ACLs under Configuration->Employees->View/Edit employee groups and grant some of the new rights to one or more groups.
- Restart Apache and the Freeside daemons.