To upgrade from Oracle Linux 8.x to Oracle Linux 9.x:
sudo systemctl disable kuma-collector-<
service ID
>.service
sudo systemctl disable kuma-correlator-<
service ID
>.service
sudo systemctl disable kuma-storage-<
service ID
>.service
sudo systemctl disable kuma-grafana.service
sudo systemctl disable kuma-mongodb.service
sudo systemctl disable kuma-victoria-metrics.service
sudo systemctl disable kuma-vmalert.service
sudo systemctl disable kuma-core.service
yum install compat-openssl11
sudo systemctl enable kuma-core.service
sudo systemctl enable kuma-storage-<
service ID
>.service
sudo systemctl enable kuma-collector-<
service ID
>.service
sudo systemctl enable kuma-correlator-<
service ID
>.service
sudo systemctl enable kuma-grafana.service
sudo systemctl enable kuma-mongodb.service
sudo systemctl enable kuma-victoria-metrics.service
sudo systemctl enable kuma-vmalert.service
As a result, the upgrade is completed.
Page top