diff --git a/docs/update.rst b/docs/update.rst index 7c390e9628..bd2bc333a9 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -1,7 +1,7 @@ Update ====== -.. Note:: We recommend backing up your database before updating the app. +.. NOTE:: We recommend backing up your database before updating the app. 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. @@ -14,6 +14,8 @@ If the auto-update fails you can manually run the update with the following comm php artisan migrate php artisan db:seed --class=UpdateSeeder +.. NOTE:: If you've downloaded the code from GitHub you also need to run ``composer install`` + Version 2.6 """""""""""