Difference between revisions of "Freeside:1.9:Documentation:Upgrading"
From Freeside
(→Upgrade instructions) |
(→Upgrade instructions) |
||
Line 9: | Line 9: | ||
* Run <code>bin/freeside-migrate-events</code> to migrate your (deprecated) invoice events to the new billing events. Keep an eye out for anything which does not migrate. | * Run <code>bin/freeside-migrate-events</code> to migrate your (deprecated) invoice events to the new billing events. Keep an eye out for anything which does not migrate. | ||
* <code>make configure-rt</code> | * <code>make configure-rt</code> | ||
− | |||
* <code>mv /opt/rt3/etc/RT_SiteConfig.pm /opt/rt3/etc/RT_SiteConfig.pm.OLD; make install-rt</code> | * <code>mv /opt/rt3/etc/RT_SiteConfig.pm /opt/rt3/etc/RT_SiteConfig.pm.OLD; make install-rt</code> | ||
* <code>/opt/rt3/sbin/rt-setup-database --action insert --datadir rt/etc/upgrade/3.5.1</code> | * <code>/opt/rt3/sbin/rt-setup-database --action insert --datadir rt/etc/upgrade/3.5.1</code> | ||
+ | * <code>make install-docs</code> (or <code>make deploy</code> if you've got everything setup for that in the Makefile) | ||
+ | == Possible gotchas == | ||
* "RT at a glance" ("Ticketing Main") blank? Click "Edit" on the right, then click the "Reset to default" button. | * "RT at a glance" ("Ticketing Main") blank? Click "Edit" on the right, then click the "Reset to default" button. | ||
* 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 |
Revision as of 20:06, 13 September 2007
Upgrade instructions
- Install HTML::Widgets::SelectLayers 0.07 (or later)
- Install Authen::Passphrase
- Install Net::Domain::TLD
- New packages/modules for RT 3.6.4: libxml-rss-perl libcalendar-simple-perl libgd-graph-perl libuniversal-require-perl libgd-text-perl
-
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.
- Run
bin/freeside-migrate-events
to migrate your (deprecated) invoice events to the new billing events. Keep an eye out for anything which does not migrate. -
make configure-rt
-
mv /opt/rt3/etc/RT_SiteConfig.pm /opt/rt3/etc/RT_SiteConfig.pm.OLD; make install-rt
-
/opt/rt3/sbin/rt-setup-database --action insert --datadir rt/etc/upgrade/3.5.1
-
make install-docs
(ormake deploy
if you've got everything setup for that in the Makefile)
Possible gotchas
- "RT at a glance" ("Ticketing Main") blank? Click "Edit" on the right, then click the "Reset to default" button.
- Perl module errors? Try
make clean
thenmake install-perl-modules
thenmake install-docs
ormake deploy
again
Currently known issues
Random wishlist
- cust_main::retry_realtime optimization?
- Use FCKeditor for config popups for textareas.
- small_custview borders inside RT look janky
- bin/fs-migrate-events doesn't make events that apply to a single agent into agent-editable events... perhaps it should?