Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kseniia Antonova <73473519+xuniq@users.noreply.github.com>
  • Loading branch information
p7nov and xuniq authored Oct 3, 2024
1 parent c1405b6 commit c616d6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/platform/ddl_dml/migrations/basic_migrations_tt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Creating a cluster
.. literalinclude:: /code_snippets/snippets/migrations/instances.enabled/myapp/myapp-scm-1.rockspec
:dedent:

4. Create the ``source.yaml`` with a cluster configuration to publish to etcd:
#. Create the ``source.yaml`` with a cluster configuration to publish to etcd:

.. note::

Expand Down
2 changes: 1 addition & 1 deletion doc/platform/ddl_dml/migrations/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ version of the :ref:`tt <tt-cli>` utility and in :ref:`tcm`.

To learn how to manage migrations in Tarantool EE clusters from the command line,
see :ref:`centralized_migrations_tt`. To learn how to use the mechanism from the |tcm|
web interface, see the :ref:`tcm_migrations` |tcm| documentation page.
web interface, see the :ref:`tcm_cluster_migrations` |tcm| documentation page.

.. toctree::
:maxdepth: 1
Expand Down
4 changes: 2 additions & 2 deletions doc/tooling/tt_cli/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ Options

Remove migrations disregarding their status. Possible values:

- ``config-storage``: remove migrations on etcd centralized migrations storage disregarding the cluster apply status.
- ``cluster``: remove migrations status info only on a Tarantool cluster.
- ``config-storage``: remove migrations on etcd centralized migrations storage disregarding the cluster apply status.
- ``cluster``: remove migrations status info only on a Tarantool cluster.
- ``all`` to execute both ``config-storage`` and ``cluster`` force removals.

.. warning::
Expand Down

0 comments on commit c616d6f

Please sign in to comment.