aYOUne
translate
Not in your language

This page is not yet available in en. You're reading the de version.

ay self-host-update

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

  1. docker compose ps → laufende Services + Image-Tags.
  2. Bei --apply: docker compose pull [service]docker compose up -d [service].
  3. Im Anschluss ay status empfehlen.

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.

Siehe auch

  • setup — Erst-Konfiguration
  • local — Lokales Compose
  • status — Health-Check nach Update