Skip to content

Commit

Permalink
gh-587 describe schema upgrading process
Browse files Browse the repository at this point in the history
  • Loading branch information
Onvember committed Nov 19, 2020
1 parent 264a9f4 commit d7a0d31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions rst/cartridge_admin.rst
Expand Up @@ -916,6 +916,21 @@ Potential issues
error message to detect this replica set. Then fix the issue in the same way
as for :ref:`UNREACHABLE_REPLICA <unreachable_replica>`.

.. _cartridge-upgrading_schema:

-------------------------------------------------------------------------------
Upgrading schema
-------------------------------------------------------------------------------

When upgrading Tarantool to a newer version, please don't forget to:

1. Stop the cluster
2. Make sure that ``upgrade_schema`` :ref:`option <cartridge.cfg>` is enabled
3. Start the cluster again

This will automatically apply ``box.schema.upgrade()`` on the leader, according
to the failover priority in the topology configuration.

.. _cartridge-recovery:

-------------------------------------------------------------------------------
Expand Down

0 comments on commit d7a0d31

Please sign in to comment.