The sip:provider CE system upgrade to mr3.8.3 will be performed in a couple of tasks:
For upgrading the sip:provider CE to release mr3.8.3, execute the following commands:
NGCP_CURRENT_VERSION=$(cat /etc/ngcp_version) sed -i "s/$NGCP_CURRENT_VERSION/mr3.8.3/" /etc/apt/sources.list.d/sipwise.list apt-get update apt-get install ngcp-upgrade-mr3.8.3-ce
sip:provider CE can be upgraded to mr3.8.3 from 2.8 LTS or mr3.7* (previous release) only, otherwise you will get an error "Unable to locate package ngcp-upgrade-mr3.8.3-ce" (in this case, you need to upgrade sip:provider CE to previous release first). |
Run the upgrade script as root like this:
ngcp-upgrade
The upgrade script will ask you to confirm that you want to start. Read the given information carefully, and if you agree, proceed with y.
The upgrade process will take several minutes, depending on your network connection and server performance. After everything has been updated successfully, it will finally ask you to reboot your system. Confirm to let the system reboot (it will boot with an updated kernel).
Once up again, double-check your config file /etc/ngcp-config/config.yml (sections will be rearranged now and will contain more parameters) and your domain/subscriber/peer configuration and test the setup. You can find a backup of some important configuration files of your existing installation under /var/backup/ngcp-mr3.8.3-* (where * is a place holder for a timestamp) in case you need to roll back something at any time. A log file of the upgrade procedure is available at /var/backup/ngcp-mr3.8.3-*/upgrade.log.
sip:provider CE mr3.8.3 requires at least 2GB of RAM available as the minimum requirements of the installation section, otherwise certain features won’t work and you will run into arbitrary issues. |
The sip:provider CE system upgrade from 2.8 LTS version to mr3.8.3 LTS version will be performed in a couple of tasks:
be sure you are using the latest 2.8 LTS version before upgrading to mr3.8.3 LTS version. mr3.8.3 LTS version uses new repository GPG key which should be installed in 2.8 LTS version before further upgrade to mr3.8.3 LTS version. For upgrading the 2.8 LTS version to the latest 2.8 packages version, execute the following commands as root: |
apt-get update && apt-get upgrade && \ ngcp-update-db-schema && ngcp-update-cfg-schema && \ ngcpcfg apply
For upgrading the sip:provider CE from 2.8 LTS version to mr3.8.3 LTS release, execute the following commands as root:
NGCP_CURRENT_VERSION=$(cat /etc/ngcp_version) sed -i "s/$NGCP_CURRENT_VERSION/mr3.8.3/" /etc/apt/sources.list.d/sipwise.list sed -i '/squeeze-lts/d' /etc/apt/sources.list.d/sipwise.list sed -i 's/squeeze/wheezy/g' /etc/apt/sources.list.d/sipwise.list apt-get update apt-get install ngcp-upgrade-mr3.8.3-ce
sip:provider CE can be upgraded to mr3.8.3 from 2.8 LTS or mr3.7* (previous release) only, otherwise you will get an error "Unable to locate package ngcp-upgrade-mr3.8.3-ce" (in this case, you need to upgrade sip:provider CE to previous release first). |
Run the upgrade script as root like this:
ngcp-upgrade
The upgrade script will ask you to confirm that you want to start. Read the given information carefully, and if you agree, proceed with y.
The upgrade process will take several minutes, depending on your network connection and server performance. After everything has been updated successfully, it will finally ask you to reboot your system. Confirm to let the system reboot (it will boot with an updated kernel).
Once up again, double-check your config file /etc/ngcp-config/config.yml (sections will be rearranged now and will contain more parameters) and your domain/subscriber/peer configuration and test the setup. You can find a backup of some important configuration files of your existing installation under /var/backup/ngcp-mr3.8.3-* (where * is a place holder for a timestamp) in case you need to roll back something at any time. A log file of the upgrade procedure is available at /var/backup/ngcp-mr3.8.3-*/upgrade.log.
mr3.8.3 LTS release has several major changes comparing to previous 2.8 LTS release: |
apt-get purge apache2 apache2.2-common apache2-utils apache2.2-bin && apt-get autoremove