use the right parameter for force upgrade (en doc)

This commit is contained in:
linuxissuper 2022-08-11 01:20:19 +02:00 committed by GitHub
parent 9e0d7f805f
commit ca495367ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ For this, go in Diagnosis (category Base system) or look at the footer of the we
#### Run the migration to repair your python app
After upgrading, your python apps should be unavailable cause their virtual env need to be rebuild.
To do that you can run the pending migrations in `Webadmin > Update`. The apps below won't be automatically repaired, you need to force upgrade them manually instead with `yunohost app upgrade -f APP`.
To do that you can run the pending migrations in `Webadmin > Update`. The apps below won't be automatically repaired, you need to force upgrade them manually instead with `yunohost app upgrade -F APP`.
Apps which won't be automatically repaired and need a force upgrade:
* calibreweb
@ -83,7 +83,7 @@ If the service php7.3-fpm appears to be dead, you should upgrade your PHP apps l
Test that your applications are working. If they aren't, you should try to upgrade them (it is also a good idea to upgrade them even if they are working anyway).
If your app is broken and you were already with the last version, you can rerun the upgrade thanks to the `-f` option:
If your app is broken and you were already with the last version, you can rerun the upgrade thanks to the `-F` option:
```
yunohost app upgrade --force APP_NAME
```