Changes for page Reinstalling iSymphony

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

From version 4.1
edited by michaely
on 2021/09/09 18:02
Change comment: Import
To version 5.2
edited by michaely
on 2021/09/09 18:13
Change comment: Updated parent field.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +xwiki:ISYMDOCS.Home.iSymphony Installation and Update Guide.WebHome
Tags
... ... @@ -1,0 +1,1 @@
1 +upgrading|updating|upgrade|update
Content
... ... @@ -17,6 +17,28 @@
17 17  
18 18  {{layout-section ac:type="single"}}
19 19  {{layout-cell}}
20 += Quick Steps =
21 +
22 +{{info}}
23 +The following is a list of summarized steps of the reinstallation process. **These steps should only be used by those that are familiar with details of administering an iSymphony server. **If you are not familiar with the iSymphony server installation process, follow the detailed steps in the subsequent sections.
24 +{{/info}}
25 +
26 +1. Stop the iSymphony server
27 +1. Backup the /opt/isymphony3/ directory and its contents.
28 +1. Uninstall the server and remove the /opt/isymphony3/ directory.
29 +1. Perform a clean installation of the iSymphony server, utilizing an installation package with same version as the original installation.
30 +1. Stop the iSymphony server, if running.
31 +1. Remove the current /opt/isymphony3/server/conf directory.
32 +1. Replace the conf directory with the version from the backup.
33 +1. (((
34 +If in a FreePBX environment run the following command:
35 +
36 +{{code language="bash"}}
37 +chown -R asterisk:asterisk /opt/isymphony3
38 +{{/code}}
39 +)))
40 +1. Start the iSymphony server.
41 +
20 20  = Prior to Reinstalling =
21 21  
22 22  == 1. Determine The Version Of The Current Install ==
... ... @@ -41,7 +41,7 @@
41 41  == 2. Determine The Required Installation Method ==
42 42  
43 43  {{info}}
44 -You can change the installation method during a reinstall. **Just ensure that the version of the installer is the same as the current install.**
66 +You can change the installation method during a reinstall. **Just ensure that the version of the installer is the same as the current install and you are using the correct installer for your environment.**
45 45  {{/info}}
46 46  
47 47  To determine the correct installation method for your server see [[doc:Determine the Installation Method]]. You will need to download the correct installer package to the server before you begin.
... ... @@ -88,15 +88,14 @@
88 88  1. (((
89 89  Replace the conf directory, you just deleted, with the conf directory from the backup you made earlier.
90 90  )))
91 -1. **If you are in a FreePBX environment run the following comand **to ensure proper ownership of the installation.
113 +1. (((
114 +**If you are in a FreePBX environment run the following comand **to ensure proper ownership of the installation.
92 92  
93 -
94 -
95 -
96 -
97 -
98 -
99 -
116 +{{code language="bash"}}
117 +chown -R asterisk:asterisk /opt/isymphony3
118 +{{/code}}
119 +)))
120 +1. Restart the iSymphony server. See [[doc:Starting And Stopping The iSymphony Server]].
100 100  {{/layout-cell}}
101 101  {{/layout-section}}
102 102  {{/layout}}