op tutorial: add update check
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user