From 1b7ddc0e4ec0691263a7f714bd0a492f107aabef Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 26 Jun 2017 21:52:14 +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 70cefed7f662..b5172b7278b7 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:: Here's an `example shell script `_ to automate the update process. + If you're moving servers make sure to copy over the .env file. 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.