From 3956abb9aaa4a6ce5e4c111bc0ab955105ddc8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 17 Jun 2020 14:38:54 +0200 Subject: [PATCH] Clarify instructions to manually upgrade from ironwood --- docs/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 9605a64..73661dd 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -78,6 +78,10 @@ Upgrading With Tutor, it is very easy to upgrade to a more recent Open edX or Tutor release. Just install the latest ``tutor`` version (using either methods above) and run the ``quickstart`` command again. If you have :ref:`customised ` your docker images, you will have to re-build them prior to running ``quickstart``. +``quickstart`` should take care of automatically running the upgrade process. If for some reason you need to *manually* upgrade from an Open edX release to the next, you should run ``tutor local upgrade``. For instance, to upgrade from Ironwood to Juniper, run:: + + tutor local upgrade --from=ironwood + .. _autocomplete: Autocomplete