From f49b36225f9dad58946b3197d56aa8e1333c31d6 Mon Sep 17 00:00:00 2001 From: jeromelebleu Date: Fri, 6 May 2016 18:30:03 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f120286..a2cfa0f 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,23 @@ or from the Web administration: * Scroll to the bottom of the page and put `https://github.com/jeromelebleu/owncloud_ynh/tree/testing` under **Install custom app**. +## Upgrade + +The upgrade from the current official package seems works, BUT: + + * ownCloud 9.0 comes with a rewrite **Calendar** application, which doesn't seem to import your + calendar(s). **Take care of exporting them first before doing the upgrade to not lose them!** + +You can only upgrade to this package from the command line, using: + + $ sudo yunohost app upgrade -u https://github.com/jeromelebleu/owncloud_ynh/tree/testing owncloud + +Again, upgrading from the current official packahe should be used only for testing or with care! + ## TODO - * Test the upgrade from the current official package * Update the external storage plugin configuration - see [here](https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html#files-external-label) - * Rescan filesystem at upgrade and restoration - see - [here](https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html#file-operations) * Add a *clean* argument to the remove script to delete data folder? * ...