3. Upgrading from previous versions

3.1. Upgrade from previous versions to mr4.1.2

3.1. Upgrade from previous versions to mr4.1.2

The sip:provider CE system upgrade to mr4.1.2 will be performed in a couple of tasks:

  1. Upgrade NGCP software packages
  2. Upgrade NGCP configuration templates
  3. Upgrade base system within Debian (v7) to latest package versions

For upgrading the sip:provider CE to release mr4.1.2, execute the following commands:

NGCP_CURRENT_VERSION=$(cat /etc/ngcp_version)
sed -i "s/$NGCP_CURRENT_VERSION/mr4.1.2/" /etc/apt/sources.list.d/sipwise.list
apt-get update
apt-get install ngcp-upgrade-mr4.1.2-ce
[Note]

sip:provider CE can be upgraded to mr4.1.2 from previous release or previous build only, otherwise you will get an error "Unable to locate package ngcp-upgrade-mr4.1.2-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-mr4.1.2-* (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-mr4.1.2-*/upgrade.log.

[Note]

sip:provider CE mr4.1.2 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.