Difference between revisions of "Upgrade"

From FusionPBX
Jump to: navigation, search
m
Line 1: Line 1:
 
'''Menu: (System-Upgrade)'''
 
'''Menu: (System-Upgrade)'''
  
 +
There are two methods to upgrade FusionPBX.
 +
1. Menu -> System -> Upgrade (doesn't update all files)
 
Used to update FusionPBX to the latest release.<br/>
 
Used to update FusionPBX to the latest release.<br/>
  
* This functionality is still in development.  
+
2. Subversion (currently the preferred method to use)
 +
Login to the FusionPBX web inteface.
 +
Login to the console, navigate to the fusionpbx directory:
  
If possible use '''svn update''' from cli and '''[[Upgrade Schema]]''' from menu.
+
  svn update
 +
 
 +
Login as a user that is a member of the super admin group.
 +
Then run Advanced -> '''[[Upgrade Schema]]''' which will ensure that your database structure is correct.
 +
 
 +
  http://domain_or_ip/core/upgrade/upgrade_schema.php
 +
 
 +
 
 +
Now update the menu to the latest version.
 +
 
 +
  http://domain_or_ip/core/menu/menu_list.php
 +
 
 +
Press 'Restore Default'

Revision as of 20:10, 20 December 2010

Menu: (System-Upgrade)

There are two methods to upgrade FusionPBX. 1. Menu -> System -> Upgrade (doesn't update all files) Used to update FusionPBX to the latest release.

2. Subversion (currently the preferred method to use) Login to the FusionPBX web inteface. Login to the console, navigate to the fusionpbx directory:

 svn update

Login as a user that is a member of the super admin group. Then run Advanced -> Upgrade Schema which will ensure that your database structure is correct.

 http://domain_or_ip/core/upgrade/upgrade_schema.php


Now update the menu to the latest version.

 http://domain_or_ip/core/menu/menu_list.php

Press 'Restore Default'