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

From Freeside
Jump to: navigation, search
(Created page with "= Note = These are the 3.0 to 3.1 upgrade instructions. = Upgrade instructions = * <code>cd freeside-3.1/</code> * <code>make clean; make configure-rt; make install-perl-modul…")
 
 
Line 1: Line 1:
 
= Note =
 
= Note =
  
These are the 3.0 to 3.1 upgrade instructions.
+
When upgrading from versions prior to 3.1, after the [[Freeside:3:Documentation:Upgrading|regular 3.x upgrade]], follow these instructions.
  
= Upgrade instructions =
+
= Additional post-upgrade instructions =
 
 
* <code>cd freeside-3.1/</code>
 
* <code>make clean; make configure-rt; make install-perl-modules</code>
 
* As the freeside UNIX user, run <code>freeside-upgrade username</code>, 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.
 
* <code>make deploy</code>
 
  
 +
* <code>cd freeside-3.x/</code>
 
* As the freeside UNIX user, run <code>cd rt; /opt/rt3/sbin/rt-setup-database --dba freeside --prompt-for-dba-password --action upgrade</code>
 
* As the freeside UNIX user, run <code>cd rt; /opt/rt3/sbin/rt-setup-database --dba freeside --prompt-for-dba-password --action upgrade</code>

Latest revision as of 03:46, 14 January 2015

Note

When upgrading from versions prior to 3.1, after the regular 3.x upgrade, follow these instructions.

Additional post-upgrade instructions

  • cd freeside-3.x/
  • As the freeside UNIX user, run cd rt; /opt/rt3/sbin/rt-setup-database --dba freeside --prompt-for-dba-password --action upgrade