1.5.3 Upgrade

Orbnetes deployment and release orchestration documentation for operators and platform teams.

This section describes the official upgrade flow using the Orbnetes upgrade script.

Upgrade (latest)

curl -fsSL https://get.orbnetes.cloud/upgrade.sh | bash

Upgrade to specific version

curl -fsSL https://get.orbnetes.cloud/upgrade.sh | bash -s -- --version 1.8.1

What upgrade.sh does automatically

  • Detects target version (from latest.json or from --version).
  • Downloads release files (compose.prod.yaml, .env.example, socket.env.example).
  • Updates .env (image names and version fields).
  • Creates backups (MySQL dump, storage tar archive, and .env snapshot).
  • Runs docker compose pull.
  • Runs docker compose up -d --remove-orphans.
  • Runs php artisan migrate --force.
  • Refreshes cache.