Чтобы выполнить обновление с Oracle Linux 8.x до Oracle Linux 9.x:
sudo systemctl disable kuma-collector-<идентификатор сервиса>.servicesudo systemctl disable kuma-correlator-<идентификатор сервиса>.servicesudo systemctl disable kuma-storage-<идентификатор сервиса>.servicesudo systemctl disable kuma-grafana.servicesudo systemctl disable kuma-mongodb.servicesudo systemctl disable kuma-victoria-metrics.servicesudo systemctl disable kuma-vmalert.servicesudo systemctl disable kuma-core.serviceyum install compat-openssl11
sudo systemctl enable kuma-core.servicesudo systemctl enable kuma-storage-<идентификатор сервиса>.servicesudo systemctl enable kuma-collector-<идентификатор сервиса>.servicesudo systemctl enable kuma-correlator-<идентификатор сервиса>.servicesudo systemctl enable kuma-grafana.servicesudo systemctl enable kuma-mongodb.servicesudo systemctl enable kuma-victoria-metrics.servicesudo systemctl enable kuma-vmalert.service В результате обновление выполнено.
В начало