doc/pages/02.administer/15.admin_guide/55.upgrade/upgrade.md
OniriCorpe 7a01793062
Improve markdown formatting of pages, a lot of them are improperly formatted (#2429)
* Revert "Revert "markdown format""

* fix formating

* fix readme

* add .markdownlint.json

* add markdownlint-rules-grav-pages

* add markdownlint-rules-grav-pages files

* add license for Markdown Lint Rules for Grav Pages

* fix [figure] mess

* fix [figure] mess 2

* fix [figure] mess 3

* maj .gitignore

* various fixes

* fix markdownlint-rules-grav-pages

* second formater pass

* various manual fixes

* add .markdownlintignore

* markdownlintignore: auto-generated pages

* disable proper-names for html_elements

* another bunch of various markdown fixes

* Update pages/02.administer/10.install/20.dns_config/dns_config.es.md

Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2024-03-23 08:59:52 +01:00

904 B

title template taxonomy routes
Upgrades docs
category
docs
default aliases
/update
/upgrade

From the webadmin

On the administraton panel, click on Upgrade the system. YunoHost will refresh the system package catalog as well as the application catalog, and display available upgrades.

Click on green upgrade buttons to upgrade the system and applications.

From the command line

Here are some example of corresponding command lines:

# Fetch available updates
yunohost tools update

# Upgrade all system packages
yunohost tools upgrade system

# Upgrade all apps
yunohost tools upgrade apps

# Upgrade a specific application
yunohost app upgrade wordpress

!! If you are upgrading from YunoHost below v4.2.2, system and apps were flags of the command. Add -- before them: !! yunohost tools upgrade --system !! yunohost tools upgrade --apps