diff --git a/doc/platform/ddl_dml/migrations/troubleshoot_migrations_tt.rst b/doc/platform/ddl_dml/migrations/troubleshoot_migrations_tt.rst index dd655b9fb..a56c9c817 100644 --- a/doc/platform/ddl_dml/migrations/troubleshoot_migrations_tt.rst +++ b/doc/platform/ddl_dml/migrations/troubleshoot_migrations_tt.rst @@ -47,6 +47,13 @@ from etcd using ``tt migrations remove``: Incorrect migration applied --------------------------- +.. warning:: + + Any schema change that was made by an incorrect migration before its fail or + cancellation must be resolved manually on each replica set before reapply. + ``--force-reapply`` and other ``tt migrations`` options affect only internal + status of the migration and don't revert changes that it has made in the cluster. + If the migration is already applied, publish the fixed version and apply it with the ``--force-reapply`` option: