Difference between revisions of "Freeside:1.9:Documentation:Upgrading"
From Freeside
Line 6: | Line 6: | ||
* If freeside-upgrade hangs, try stopping Apache, all Freeside processes, and anything else connected to your database, especially on older PostgreSQL versions. | * 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 | * XXX fill in instructions on updating config | ||
+ | * XXX fill in instructions on updating events | ||
* <code>make configure-rt</code> | * <code>make configure-rt</code> | ||
* <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) |
Revision as of 18:11, 10 September 2007
- Install HTML::Widgets::SelectLayers 0.07 (or later)
- Install Authen::Passphrase
- Install Net::Domain::TLD
-
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
- XXX fill in instructions on updating events
-
make configure-rt
-
make install-docs
(ormake deploy
if you've got everything setup for that in the Makefile) -
mv /opt/rt3/etc/RT_SiteConfig.pm /opt/rt3/etc/RT_SiteConfig.pm.OLD; make install-rt
- Perl module errors? Try
make clean
thenmake install-perl-modules
thenmake install-docs
ormake deploy
again - New packages/modules for RT 3.6.4: libxml-rss-perl libcalendar-simple-perl libgd-graph-perl libuniversal-require-perl libgd-text-perl