Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this release, we have migrated to the new stable version of Debian Linux 11.

Warning
titlebackup

Make Be sure to make a database backup before starting the upgrade!

Update algorithm

  1. Complete stop of all Webitel services
  2. Database migration from Webitel v22.05 to v22.07
  3. Updating Debian Linux to version 11 and updating Webitel applications to v22.07
  4. Restarting the server and installing rtpengine
  5. Restarting all services after upgrading to Webitel v22.07

...

Code Block
languagebash
systemctl restart consul
systemctl restart rabbitmq-server

systemctl restart webitel-api webitel-app webitel-uac messages-bot messages-srv \
	flow_manager engine call_center storage freeswitch ngcp-rtpengine-daemon

Update or merge the OpenSIPS configuration file (if it was changed manually) and nginx:

...