Upgrade 3.14

Материал из WiKi - UserSide
Версия от 14:05, 2 октября 2024; N.Skrypnik (обсуждение | вклад)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

en | ru

Version: 3.14

Version required: 3.10 and above

A few words from the author - version features

  • Supports any cable lines. In addition to FOCL, coaxial cables, copper, low-current cables, ACS, etc. can be taken into account.
  • Added the ability to set up a chain of tasks for different work statuses, which will allow for more flexible business process organisation.
  • Many small but convenient improvements on coverage map and switching scheme
  • CWDM drops
  • New usm_iferr module. Error monitoring and error dynamics on equipment ports. Long asked for.
  • And much more - the list of improvements is not small
  • We have updated the client's personal cabinet (https://my.userside.eu). In it we have also added a system of evaluation of technical support work by tickets. Try it.


  • Technical support regulations. Please be reminded that we support, consult and resolve errors only for the last 3 versions ‘’(respectively 3.14, 3.13 and 3.12)‘’. For earlier versions, only recommended updates to the latest builds are.
  • Upgrade. Recommended to have two instances of the system. A separate live one and a separate test one. On the test one you can periodically update the database from the live system and perform updates to make sure everything is working, familiarise yourself with innovations or identify things that have stopped working for you.

Features of the upgrade

  • Upgrade PostgreSQL to version 10 or higher ‘’(if it was not done earlier)‘’. Don't forget the postgis library to plug in.
  • If you are upgrading from version 3.10 - check out the page: Upgrade 3.11
  • If you are upgrading from version 3.11 and earlier - check out the page: Upgrade 3.12
  • If you are upgrading from version 3.12 and earlier - check out the page: Upgrade 3.13
  • Using the automatic installer, perform an upgrade. In case of an error during the update process or if the installer did not complete correctly, run the installer in recovery mode:
sudo -u www-data php userside_install.phar repair
  • Since additional fields for subscribers have been migrated to common additional fields, new variables for importing additional field values should be set up for usm_utm5 and usm_billing modules. Write the necessary new IDs of additional fields everywhere. As follows:
instead of $additionalDataMerge use $additionalCustomerDataMerge
instead of $confImportUnlimited use $confImportCustomerUnlimited
instead of $confImportPassport use $confImportCustomerPassport

List of Changes: view

Performing the upgrade: instruction