Qadbak v1.1.0
Upgrade your Ubuntu VPS to the next LTS from the panel — no SSH required for the upgrade itself.
New: Ubuntu release upgrade (Admin → Updates)
| From | To (one step) |
|---|---|
| Ubuntu 22.04 | 24.04 |
| Ubuntu 24.04 | 26.04 |
22.04 → 26.04: run two upgrades (22→24, reboot, then 24→26).
What it does
- Preflight checks (pending apt updates, reboot flag, disk space,
do-release-upgrade -c) - Non-interactive
do-release-upgradein a background job with live log - Post-upgrade stack repair (
post-ubuntu-release-upgrade.sh) — PHP, nginx, mail, pm2 - Scheduled reboot when required
Before you start
- VPS snapshot or full backup
- Install pending Linux packages (Updates tab → Install updates)
- Reboot if needed
- Premium admin-updates +
sudo bash scripts/configure-updates-sudo.sh
Not available on panel-only installs or Debian hosts.
Upgrade from v1.0.0
cd /opt/qadbak && sudo bash scripts/update-qadbak.sh
# or pin this release:
git fetch --tags && git checkout v1.1.0 && npm install && npm run build
sudo bash scripts/pm2-restart-qadbak.shChangelog: CHANGELOG.md