op tutorial: add update check
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-10 22:35:18 +02:00
parent 80e3df79c6
commit 79bd10ff03

View File

@ -266,9 +266,15 @@ abra app logs <nextcloud-domain> # logs trailing
Your new `traefik` instance will detect that a new app is coming up and generate TLS certificates for it. You can see what `traefik` is up to using the same commands above but replacing `<nextcloud-domain>` with the `<traefik-domain>` you chose earlier (`abra app ls` will remind you what domains you chose :grinning:).
### Upgrade Nextcloud
### Upgrades
To upgrade an app manually to the newest available version run:
You can check if any of your deployed apps have updates available with:
```bash
abra app ls -S
```
To upgrade an app to the newest available version run:
```bash
abra app upgrade <nextcloud-domain>