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 -O https://skedler-latest-releases.s3.amazonaws.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