mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Remove upgrade.md
This commit is contained in:
parent
827737e88e
commit
8a43e84a4f
1 changed files with 0 additions and 26 deletions
26
upgrade.md
26
upgrade.md
|
@ -1,26 +0,0 @@
|
|||
# Upgrade to v2
|
||||
|
||||
If you already have a YunoHost version prior to RC (`beta2`, `beta3` or `beta4`), you should proceed to upgrade this way:
|
||||
|
||||
## <small>1.</small> System
|
||||
|
||||
Connect to your server directly or via SSH, and run the following command:
|
||||
|
||||
```bash
|
||||
sudo apt-get update && sudo apt-get dist-upgrade
|
||||
```
|
||||
|
||||
## <small>2.</small> Applications
|
||||
|
||||
Once upgraded, you can upgrade your applications too:
|
||||
|
||||
```bash
|
||||
sudo yunohost app fetchlist
|
||||
sudo yunohost app upgrade
|
||||
```
|
||||
|
||||
**Note** : If you had installed unofficial applications (other than Roundcube, Jappix, Wordpress, TTRSS, Radicale, Agendav, Owncloud, PHPMyAdmin, Zerobin, Jirafeau or Transmission), you will have to upgrade them manually (or leave them like this).
|
||||
|
||||
---
|
||||
|
||||
***If you need help during one of these steps, do not hesitate to use [our support tools](/support).***
|
Loading…
Reference in a new issue