Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:dpi:changelog:update_guide [2025/12/26 12:51] – created elena.krasnobryzh | en:dpi:changelog:update_guide [2026/02/12 09:29] (current) – [Version rollback] elena.krasnobryzh | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ======Update guide====== | ======Update guide====== | ||
| <note important> | <note important> | ||
| - | Starting from version [[en: | + | Starting from version [[en: |
| </ | </ | ||
| Line 8: | Line 8: | ||
| * Make sure that the DPI configuration and dependent services (pcrf, radius) are valid. | * Make sure that the DPI configuration and dependent services (pcrf, radius) are valid. | ||
| * Check the currently installed version:< | * Check the currently installed version:< | ||
| - | * If centos | + | * If CentOS |
| * If there are dependency issues or the update cannot be found, run:< | * If there are dependency issues or the update cannot be found, run:< | ||
| Line 22: | Line 22: | ||
| =====DPI update===== | =====DPI update===== | ||
| + | <note important> | ||
| + | |||
| * Main version update:< | * Main version update:< | ||
| * Installation of a test (beta) version:< | * Installation of a test (beta) version:< | ||
| Line 29: | Line 31: | ||
| </ | </ | ||
| + | ====Features of updating in a distributed installation==== | ||
| + | If the SSG (fastdpi) and PCRF (fastpcrf) modules are installed on different physical or virtual servers, two conditions must be met: | ||
| + | - **Uniform software version: | ||
| + | - **Restart sequence: | ||
| + | - On the SSG server, stop the DPI service:< | ||
| + | - On the PCRF server, restart the PCRF service:< | ||
| + | - On the SSG server, start the fastdpi service:< | ||
| + | This order ensures that all services are started correctly. | ||
| =====Service restart===== | =====Service restart===== | ||
| Line 42: | Line 52: | ||
| </ | </ | ||
| - | **Recommended | + | **Recommended |
| <code bash> | <code bash> | ||
| service fastdpi stop | service fastdpi stop | ||
| Line 55: | Line 65: | ||
| </ | </ | ||
| - | * For centos | + | * For CentOS |
| =====Version rollback===== | =====Version rollback===== | ||
| * Example rollback to version 14.0:< | * Example rollback to version 14.0:< | ||
| - | * Example rollback to version 12.4:< | + | * Example rollback to version 12.4:< |
| After rollback, service restart is required: | After rollback, service restart is required: | ||
| <code bash> | <code bash> | ||
| - | service fastdpi restart | + | service fastdpi |
| + | service fastpcrf | ||
| + | service fastdpi start | ||
| </ | </ | ||