Difference between revisions of "Freeside:1.9.4:Documentation:Upgrading"

From Freeside
Jump to: navigation, search
(New page: = Upgrade instructions = * <code>make install-perl-modules</code> * As the freeside UNIX user, run <code>freeside-upgrade username</code>, passing the username of an internal Freeside use...)
 
(Upgrade instructions)
 
Line 6: Line 6:
 
* <code>make install-docs</code>
 
* <code>make install-docs</code>
 
<!-- * 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. -->
 
<!-- * 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. -->
 +
* Installing SOAP::Lite and POE 1.2 or later will eliminate harmless warnings when freeside-selfservice-xmlrpcd is started by the init script.  The modules are not actually required unless you wish to use the new daemon.
 
* Restart Apache and the Freeside daemons.
 
* Restart Apache and the Freeside daemons.

Latest revision as of 03:15, 14 July 2010

Upgrade instructions

  • 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
  • Installing SOAP::Lite and POE 1.2 or later will eliminate harmless warnings when freeside-selfservice-xmlrpcd is started by the init script. The modules are not actually required unless you wish to use the new daemon.
  • Restart Apache and the Freeside daemons.