From 5e38c528b78a11c71db96be2a9fa631b688da84c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 22 May 2017 12:39:04 +0300 Subject: [PATCH] Update docs --- docs/update.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/update.rst b/docs/update.rst index 4ef3bbd96bf8..85df1fcfc9a1 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -5,6 +5,8 @@ Update To update the app you just need to copy over the latest code. The app tracks the current version in a file called version.txt, if it notices a change it loads ``/update`` to run the database migrations. +.. TIP:: You can see the detailed changes for each release on our `GitHub release notes `_. + If the auto-update fails you can manually run the update with the following commands. Once completed add ``?clear_cache=true`` to the end of the URL to clear the application cache. .. code-block:: shell