From 8a43e84a4f3107cdfb0e1c6ab267bf6173d41572 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Tue, 5 Aug 2014 15:47:09 +0200 Subject: [PATCH] Remove upgrade.md --- upgrade.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 upgrade.md diff --git a/upgrade.md b/upgrade.md deleted file mode 100644 index e585dfe0..00000000 --- a/upgrade.md +++ /dev/null @@ -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: - -## 1. System - -Connect to your server directly or via SSH, and run the following command: - -```bash -sudo apt-get update && sudo apt-get dist-upgrade -``` - -## 2. 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).***