In this article, we will look into how to upgrade from Skedler version 5.x to the latest version in RPM-based Linux environments such as CentOS, RHEL and Rocky Linux.
Install Skedler latest version
curl -LO https://web-api.skedler.com/downloads/latest/skedler-xg.rpm sudo rpm -U skedler-xg.rpm
Install Pre-requisite
(For Centos 8+ and RHEL 8+) sudo yum install libxshmfence
Start Skedler
To start Skedler, the command is:
sudo service skedler start
To check status, the command is:
sudo service skedler status
To stop Skedler. the command is:
sudo service skedler stop
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article