Upgrade Skedler from v5.x to latest version in RPM based Linux Environments

Modified on Fri, 5 May, 2023 at 1:03 AM

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article