Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:changelog:update_guide [2025/12/26 12:52] – elena.krasnobryzh | en:dpi:changelog:update_guide [2026/02/12 09:29] (current) – [Version rollback] elena.krasnobryzh | ||
|---|---|---|---|
| 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 60: | Line 70: | ||
| * 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 | ||
| </ | </ | ||