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

From Freeside
Jump to: navigation, search
(Currently known issues)
(Currently known issues)
Line 14: Line 14:
  
 
= Currently known issues =
 
= Currently known issues =
 +
* RT "dashboard" has diappeared; needs something upgraded/inserted into the db?
 
* (FIXED, except for agentnum handling?  see nested item) action options don't get migrated automatically.  this is bad.  invoices will go out with wrong templates.
 
* (FIXED, except for agentnum handling?  see nested item) action options don't get migrated automatically.  this is bad.  invoices will go out with wrong templates.
 
** agentnum needs special handling?
 
** agentnum needs special handling?
 
* RT topbar color in test migration install (CSS bs?  fix FREESIDE_URL?)
 
* RT topbar color in test migration install (CSS bs?  fix FREESIDE_URL?)
 
* Use FCKeditor for config popups for textareas.
 
* Use FCKeditor for config popups for textareas.

Revision as of 15:32, 12 September 2007

Upgrade instructions

  • 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.
  • Run bin/freeside-migrate-events
  • make configure-rt
  • make install-docs (or make 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 then make install-perl-modules then make install-docs or make 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

Currently known issues

  • RT "dashboard" has diappeared; needs something upgraded/inserted into the db?
  • (FIXED, except for agentnum handling? see nested item) action options don't get migrated automatically. this is bad. invoices will go out with wrong templates.
    • agentnum needs special handling?
  • RT topbar color in test migration install (CSS bs? fix FREESIDE_URL?)
  • Use FCKeditor for config popups for textareas.