7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 00:20:49 +00:00

Clarify instructions to manually upgrade from ironwood

This commit is contained in:
Régis Behmo 2020-06-17 14:38:54 +02:00
parent ccef360253
commit 3956abb9aa

View File

@ -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 <configuration_customisation>` 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