Version 5.1 by michaely on 2021/09/09 18:01

Show last authors
1 **//On this page~://**
2
3
4
5 {{toc maxLevel="3"/}}
6
7 This page goes over how to determine which installation method was used to install your iSymphony server. Knowing which installation method was used is crucial when performing upgrades, and will allow you to determine which package to download for the upgrade.
8
9 {{info}}
10 When performing upgrades via the Automated upgrade mechanism, in the Administration Interface, the installation method is irrelevant. Determining your installation method is only needed when performing manual upgrades via the RPM or Tarball installation packages.
11 {{/info}}
12
13 = Installation Methods =
14
15 There are two different installation methods for iSymphony. The RPM method has two separate RPM packages that could be used.
16
17 == RPM ==
18
19 On RedHat based systems the iSymphony server is usually installed as an RPM. You can execute the following command to check if the server was installed via an RPM:
20
21 {{code language="bash"}}
22 rpm -qa | grep iSymphony
23 {{/code}}
24
25 {{info}}
26 You may have the iSymphony version 2 server installed via RPM. If so the version 2 RPM id will show up in the resulting list. Make sure that you only pay attention to RPM ids with 3.x.x in the version.
27 {{/info}}
28
29 There are two separate RPM packages that you need to be aware of.
30
31 ==== Vanilla RPM ====
32
33 This is the RPM that is distributed at [[www.getisymphony.com.>>url:http://www.getisymphony.com./||shape="rect"]] The RPM is configured to run the iSymphony server as the **root** user. These RPMs **will** **not** contain "//fpbx//" in the RPM id.
34
35 ==== FreePBX RPM ====
36
37 This is the RPM that is distributed with the FreePBX and Asterisk Now distros. The RPM is configured to run the iSymphony server as the **asterisk** user. These RPMs **will** contain "//fpbx//" in the RPM id.
38
39 == Tarball ==
40
41 The Tarball installation package is usually utilized on systems like Debian, but can be used on RedHat systems as well.
42
43 If no RPM id could be found for iSymphony, or the rpm -qa command cannot be run, the installation was more than likely performed via the Tarball.
44
45
iSymphony