Skip to content

Qadbak v1.1.0 — Ubuntu LTS release upgrade

Latest

Choose a tag to compare

@Ventspew Ventspew released this 11 Jul 14:38

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-upgrade in 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

  1. VPS snapshot or full backup
  2. Install pending Linux packages (Updates tab → Install updates)
  3. Reboot if needed
  4. 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.sh

Changelog: CHANGELOG.md