mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #2059 from linuxissuper/patch-2
use the right parameter for force upgrade (en doc)
This commit is contained in:
commit
5f73e1674e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
#### Run the migration to repair your python app
|
||||||
After upgrading, your python apps should be unavailable cause their virtual env need to be rebuild.
|
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:
|
Apps which won't be automatically repaired and need a force upgrade:
|
||||||
* calibreweb
|
* 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).
|
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
|
yunohost app upgrade --force APP_NAME
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue