Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion doc/tooling/tcm/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ to read data. LDAP authorization is supported as well.
tcm_connect_clusters
tcm_cluster_management/index
tcm_cluster_data_access
tcm_cluster_migrations
tcm_access_control/index
tcm_audit_log
tcm_configuration
Expand Down
3 changes: 2 additions & 1 deletion doc/tooling/tcm/tcm_cluster_management/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ to learn how to perform various management operations on Tarantool clusters from
tcm_cluster_config
tcm_cluster_users
tcm_cluster_metrics
tcm_supervised_failover
tcm_supervised_failover
tcm_cluster_migrations
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Performing migrations
=====================

.. include:: index.rst
.. include:: ../index.rst
:start-after: ee_note_tcm_start
:end-before: ee_note_tcm_end

Expand Down
14 changes: 14 additions & 0 deletions doc/tooling/tcm/tcm_ui_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,20 @@ sent to this centralized storage.

Learn more in :ref:`tcm_configuring_clusters`.

.. _tcm_ui_cluster_migrations:

Migrations
~~~~~~~~~~

The **Migrations** page provides centralized migration management tools for the selected cluster.

.. image:: _images/tcm_ui_cluster_migrations.png
:align: left
:width: 700
:alt: TCM cluster migrations page

Learn more in :ref:`tcm_cluster_migrations`.

.. _tcm_ui_cluster_tuples:

Tuples
Expand Down
Loading