|
7 | 7 | **Web Hosting Control Panel powered by OpenLiteSpeed** |
8 | 8 | Fast • Secure • Scalable — Simplify hosting management with style. |
9 | 9 |
|
10 | | -**Version**: 2.5.5-dev • **Updated**: November 15, 2025 |
| 10 | +**Version**: 2.5.5-dev • **Updated**: January 15, 2026 |
11 | 11 |
|
12 | 12 | [](https://github.com/usmannasir/cyberpanel) |
13 | 13 | [](https://cyberpanel.net/KnowledgeBase/) |
@@ -112,6 +112,30 @@ sh <(curl -s https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preU |
112 | 112 |
|
113 | 113 | --- |
114 | 114 |
|
| 115 | +## Upgrade to v2.5.5-dev (non-interactive) |
| 116 | + |
| 117 | +Upgrade to v2.5.5-dev without branch or MariaDB prompts: |
| 118 | + |
| 119 | +```bash |
| 120 | +# Upgrade to v2.5.5-dev without prompts |
| 121 | +sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh) -b v2.5.5-dev |
| 122 | + |
| 123 | +# With MariaDB 10.11 (non-interactive) |
| 124 | +sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh) -b v2.5.5-dev --mariadb |
| 125 | + |
| 126 | +# Or use --mariadb-version for other versions |
| 127 | +sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh) -b v2.5.5-dev --mariadb-version 10.11 |
| 128 | +sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh) -b v2.5.5-dev --mariadb-version 11.8 |
| 129 | +``` |
| 130 | + |
| 131 | +**Full non-interactive command** (v2.5.5-dev + MariaDB 10.11): |
| 132 | + |
| 133 | +```bash |
| 134 | +sh <(curl -s https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/master3395/cyberpanel/v2.5.5-dev/preUpgrade.sh) -b v2.5.5-dev --mariadb |
| 135 | +``` |
| 136 | + |
| 137 | +--- |
| 138 | + |
115 | 139 | ## Troubleshooting (common) |
116 | 140 |
|
117 | 141 | **Command not found** — install curl/wget/git/python3 |
|
0 commit comments