We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some apps need a Force Upgrade after a YunoHost new major version, either to update their dependencies or apply new configs.
We currently have yunohost app upgrade <app> -F, but we lack its webadmin counterpart. Let's add a "Force Upgrade" button in the app Operations panel.
yunohost app upgrade <app> -F
The text was updated successfully, but these errors were encountered:
Currently yunohost app upgrade -F, but its equivalent for the web admin would be on which admin menu? Or during installation, the after installation?
Sorry, something went wrong.
in the app Operations panel.
Around there 😉
Started a draft PR here for yunohost-admin: YunoHost/yunohost-admin#456
Successfully merging a pull request may close this issue.
Some apps need a Force Upgrade after a YunoHost new major version, either to update their dependencies or apply new configs.
We currently have
yunohost app upgrade <app> -F
, but we lack its webadmin counterpart. Let's add a "Force Upgrade" button in the app Operations panel.The text was updated successfully, but these errors were encountered: