Difference between revisions of "Freeside:1.9:Documentation:Upgrading"
From Freeside
m (Freeside:1.7:Documentation:Upgrading-1.7.3 moved to Freeside:1.7:Documentation:Upgrading-HEAD) |
|
(No difference)
|
Revision as of 15:52, 2 March 2007
- Install HTML::Widgets::SelectLayers 0.07 (or later)
- Install Authen::Passphrase
-
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.
- XXX fill in instructions on updating config
-
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