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

From Freeside
Jump to: navigation, search
(Created page with "= Note = These are the 2.3.4 to 2.3.5 upgrade instructions. = Upgrade instructions = * <code>cd freeside-2.3.5/</code> * <code>make clean; make configure-rt; make install-perl-…")
 
(Upgrade instructions)
 
Line 8: Line 8:
 
* As the freeside UNIX user, run <code>freeside-upgrade username</code>, passing the username of an internal Freeside user.
 
* 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.
 
* If freeside-upgrade hangs, try stopping Apache, all Freeside processes, and anything else connected to your database, especially on older PostgreSQL versions.
* <code>make install-docs</code>
+
* <code>make deploy</code>
* Restart Apache and the Freeside daemons.
 

Latest revision as of 15:56, 5 January 2013

Note

These are the 2.3.4 to 2.3.5 upgrade instructions.

Upgrade instructions

  • cd freeside-2.3.5/
  • make clean; make configure-rt; 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.
  • make deploy