Update guide [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:dpi:changelog:update_guide [2025/12/26 12:51] – created elena.krasnobryzhen:dpi:changelog:update_guide [2025/12/26 12:52] (current) elena.krasnobryzh
Line 2: Line 2:
 ======Update guide====== ======Update guide======
 <note important> <note important>
-Starting from version [[en:dpi:changelog:versions:ver_12|12.0]], DPI is supported **only** on centos 8.x and [[en:veos:installation|veos]].+Starting from version [[en:dpi:changelog:versions:ver_12|12.0]], DPI is supported **only** on CentOS 8.x and [[en:veos:installation|veos]].
 </note> </note>
  
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:<code bash>yum info fastdpi</code>   * Check the currently installed version:<code bash>yum info fastdpi</code>
-  * If centos 8.x is used, **once** switch repositories to vault:<code bash>sed -i -e '/^mirrorlist=http:\/\//d' -e 's/^# *baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault.centos.org/' /etc/yum.repos.d/CentOS-*.repo</code>+  * If CentOS 8.x is used, **once** switch repositories to vault:<code bash>sed -i -e '/^mirrorlist=http:\/\//d' -e 's/^# *baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault.centos.org/' /etc/yum.repos.d/CentOS-*.repo</code>
   * If there are dependency issues or the update cannot be found, run:<code bash>yum clean all</code>   * If there are dependency issues or the update cannot be found, run:<code bash>yum clean all</code>
  
Line 55: Line 55:
 </note> </note>
  
-  * For centos 8.x:<code bash>yum update</code>+  * For CentOS 8.x:<code bash>yum update</code>
  
 =====Version rollback===== =====Version rollback=====