SMSPLATFORM are updated and upgraded via apt.
Log into the SMSPLATFROM via SSH
1- Check list of updates
/* exemple */ laurent_manso@smsplatform1335:~$ sudo apt update ...
laurent_manso@smsplatform1335:~$ apt list --upgradeable Listing... Done linux-image-4.19.0-6-cloud-amd64/stable 4.19.67-2+deb10u2 amd64 [upgradable from: 4.19.67-2+deb10u1] linux-libc-dev/stable 4.19.67-2+deb10u2 amd64 [upgradable from: 4.19.67-2+deb10u1] simberry-smsmaster-database/stretch 1.0.20191112 amd64 [upgradable from: 1.0.20191108] simberry-smsmaster-scripts/stretch 1.0.20191112 amd64 [upgradable from: 1.0.20191108] simberry-smsmaster-web/stretch 1.1-16-g84542ee.20191112 amd64 [upgradable from: 1.1-14-g4506db8.20191111]
If you get only Listing... Done then upgrade is not necessary (nothing to update) else please review following table to get information about module to update and related information prior to proceed to upgrade
Module to update |
Service Impacted |
Service Interruption |
Comment |
simberry-smsmaster |
Dependencies |
No |
|
simberry-smsmaster-database |
PostgreSQL |
No |
|
simberry-smsmaster-mobius |
Campaigner Mobius |
Yes |
Hold running campaign during upgrade |
simberry-smsmaster-node |
Main SMS master |
Yes |
Hold SMSPLATFORM during upgrade |
simberry-smsmaster-scripts |
Running scripts |
No/Yes* |
Hold only CP traffic during upgrade |
simberry-smsmaster-web |
GUI code |
No |
|
simberry-smsmaster-webbase |
GUI engine |
Yes |
Main & Mobius GUI will be unavailable during upgrade |
if any of the Module to update is set with YES in Service interruption then you MUST syncronize with our customer and explain customer what kind of interruption it will be during upgrade. (*) if customer is not running any Content Processor then it is transparent to upgrade Else, you can proceed with upgrade
2- Upgrade SMSPLATFORM
/* exemple */ laurent_manso@smsplatform1335:~$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following NEW packages will be installed: python3-smpp The following packages will be upgraded: linux-image-4.19.0-6-cloud-amd64 linux-libc-dev simberry-smsmaster-database simberry-smsmaster-scripts simberry-smsmaster-web 5 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 8335 kB/24.9 MB of archives. After this operation, 145 kB of additional disk space will be used. Do you want to continue? [Y/n] Y ... laurent_manso@smsplatform1335:~$
You are done with SMSPLATFORM upgrade !
|