Changes for page Determine the Installation Method
Last modified by michaely on 2021/09/09 20:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 {{toc maxLevel="3"/}} 6 6 7 -This page goes over how to determine which installation method was usedtoinstallyouriSymphonyserver.Knowing whichinstallation methodwasusediscrucialwhenperformingupgrades,andwillallowyou todeterminewhichpackage toownload for theupgrade.7 +This page goes over how to to determine which installation method is required for your system, along with how to determine your current installation method, in order to know which is the correct upgrade method. When upgrading you need to utilize the same method that was originally used to perform the installation. 8 8 9 9 {{info}} 10 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. ... ... @@ -16,7 +16,7 @@ 16 16 17 17 == RPM == 18 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:19 +On RedHat based systems the iSymphony server is usually installed as an RPM. For upgrades, you can execute the following command to check if the server was installed via an RPM: 20 20 21 21 {{code language="bash"}} 22 22 rpm -qa | grep iSymphony ... ... @@ -34,11 +34,11 @@ 34 34 35 35 ==== FreePBX RPM ==== 36 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. 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, and should be used on all FreePBX based phone systems. 38 38 39 39 == Tarball == 40 40 41 -The Tarball installation package is usually utilized on systems like Debian , but can be used on RedHat systems as well.41 +The Tarball installation package is usually utilized on systems like Debian. 42 42 43 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 44