File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
platform/ddl_dml/migrations Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Creating a cluster
9494 .. literalinclude :: /code_snippets/snippets/migrations/instances.enabled/myapp/myapp-scm-1.rockspec
9595 :dedent:
9696
97- 4 . Create the ``source.yaml `` with a cluster configuration to publish to etcd:
97+ # . Create the ``source.yaml `` with a cluster configuration to publish to etcd:
9898
9999 .. note ::
100100
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ version of the :ref:`tt <tt-cli>` utility and in :ref:`tcm`.
155155
156156To learn how to manage migrations in Tarantool EE clusters from the command line,
157157see :ref: `centralized_migrations_tt `. To learn how to use the mechanism from the |tcm |
158- web interface, see the :ref: `tcm_migrations ` |tcm | documentation page.
158+ web interface, see the :ref: `tcm_cluster_migrations ` |tcm | documentation page.
159159
160160.. toctree ::
161161 :maxdepth: 1
Original file line number Diff line number Diff line change @@ -352,8 +352,8 @@ Options
352352
353353 Remove migrations disregarding their status. Possible values:
354354
355- - ``config-storage ``: remove migrations on etcd centralized migrations storage disregarding the cluster apply status.
356- - ``cluster ``: remove migrations status info only on a Tarantool cluster.
355+ - ``config-storage ``: remove migrations on etcd centralized migrations storage disregarding the cluster apply status.
356+ - ``cluster ``: remove migrations status info only on a Tarantool cluster.
357357 - ``all `` to execute both ``config-storage `` and ``cluster `` force removals.
358358
359359 .. warning ::
You can’t perform that action at this time.
0 commit comments