ay self-host-update (Alias: shu)
Prüft auf Updates und applied sie auf einer Self-Hosted aYOUne-Instanz. Erkennt automatisch Docker-Compose vs. Kubernetes als Runtime.
Syntax
ay self-host-update [flags]
Flags
| Flag | Zweck |
|---|---|
--apply |
Updates tatsächlich pullen + restarten (sonst nur Check) |
--service <name> |
Nur ein Service updaten |
Beispiele
# Check-only
ay self-host-update
# Update aller Services
ay self-host-update --apply
ay shu --apply
# Nur ein Service
ay self-host-update --apply --service crm-api
Verhalten — Docker Compose
docker compose ps→ laufende Services + Image-Tags.- Bei
--apply:docker compose pull [service]→docker compose up -d [service]. - Im Anschluss
ay statusempfehlen.
Verhalten — Kubernetes
Helm-basiert: prüft Chart-Version, bei --apply helm upgrade --atomic.
Hinweis
Für die Marketplace-Image-Tags ist die Platform develop-Namespace = Production. Stable-Channels werden via release verwaltet.