Wiki source code of iSymphony 3.0.0 Upgrade Notes

Last modified by superadmin on 2021/09/09 20:55

Show last authors
1 == Upgrading from iSymphony 2.x.x to 3.0.0 ==
2
3 iSymphony 3.0 is a completely new application built from the ground up, utilizing new technologies to provide the best experience. There is currently no direct upgrade path from 2.x.x to 3.0.0. You will have to create a brand new install of 3.0.0. You can run iSymphony 3.0.0 along side your existing iSymphony 2.2 installation without issue. See [[doc:iSymphony 3\.5 Documentation.Getting Started.WebHome]] for more information on setting up iSymphony 3.0.0.
4
5 == Upgrading from 3.0.0 Beta to 3.0.0 Stable ==
6
7 For users who were included in the 3.0.0 beta follow the upgrade steps below:
8
9 1. Shutdown the iSymphony Server. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Starting And Stopping The iSymphony Server.WebHome]].
10 1. Open the file **/opt/isymphony3/server/conf/main.xml** for editing.
11 1. (((
12 Locate the following line in the file:
13
14 {{code language="xml"}}
15 <Repository>http://lambda.i9technologies.com/isymphony/beta</Repository>
16 {{/code}}
17 )))
18 1. (((
19 Replace the line with the following:
20
21 {{code language="xml"}}
22 <Repository>http://3.update.getisymphony.com/isymphony/stable</Repository>
23 {{/code}}
24 )))
25 1. Save the file.
26 1. Start the iSymphony Server. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Starting And Stopping The iSymphony Server.WebHome]].
27 1. Use the automated update system to update to 3.0.0 stable. See [[doc:iSymphony 3\.5 Documentation.iSymphony Installation and Update Guide.Upgrading iSymphony.WebHome]].
28
29
iSymphony