Upgrade CyberPanel to any specific branch

Upgrade CyberPanel to any specific branch

Sometimes for some special patches and bug fixes, you need to upgrade Cyberpanel to any specific branch. Like you got any issue in the stable branch and the team announced that the issue is fixed in another CyberPanel branch then you have to move on that.

In this article, I will tell you the few commands to upgrade CyberPanel to any specific branch.

Upgrade CyberPanel to any specific branch

Step 1: Remove old script:

First, you have to remove the old script file to get new and upgrade. Use the command given below to do this.

rm -rf cyberpanel_upgrade.sh 

Step 2: Download specific branch script:

Now in the next step, you have to download the script for new branch you want to install using the command stated below.

wget https://raw.githubusercontent.com/usmannasir/cyberpanel/v<branch>/cyberpanel_upgrade.sh 

remove <branch> to your required branch name

Step 3: Give execute Permissions :

using the command stated below gives the upgrade command execution permissions.

chmod +x cyberpanel_upgrade.sh 

do all this in / or root directory and you must log in as root.

Step 4: Run upgrade script:

Now in the last step just run this command and wait when the system asks for the version give the branch version like “2.0.1-dev”

./cyberpanel_upgrade.sh

NOTE: Giving version is a must process and always give that

Here you can read How to log in to the Rainloop admin dashboard?

Read More: How to Change Upload limit On CyberPanel?

How to Change Upload limit On CyberPanel?

You can follow us on Facebook too.

How to Upgrade CyberPanel to the latest version?

If you want you upgrade your Cyberpanel to latest version then you are at right place.

Here we tell you how to upgrade CyberPanel to the latest version. this is pretty easy to upgrade CyberPanel. You can get the latest Upgraded CyberPanel through just one command.

Upgrade CyberPanel To latest version:

Here the command to upgrade the cyber panel to the latest version.

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

But if you do not want the latest released version. You want to install any other specific version then use another command which allows you to update the cyber panel to a specific version.

https://raw.githubusercontent.com/usmannasir/cyberpanel/<branch name>/cyberpanel_upgrade.sh

<branch name> is the name of the branch you want to install like 2.0.1

From the first command, you can also upgrade the Cyberpanel to a specific version for this you have to take care of a thing, and what id that?

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

When you run this command and at a point, they ask for a version you can give the version like 2.0.2 or any you want. And if you want to upgrade to the version which is not released yet get and find the version from the CyberPanel team and provide the version when this command asks for version.

Cyberpenel developers are very fast and good at updating. And introducing new features for CyberPanel users. I think they are always in a hurry to launch a new version. And trust me, they always introduce the best in the new version CyberPanel. That’s why I like them. But I don’t think auto-upgrade is possible for CyberPanel. You will need to update when they release the new version. Here I will give you a very easy way to upgrade the cyber panel. Believe me, it has only one command.

How to install OpenLiteSpeed on Centos?