We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ac572 commit ef162ceCopy full SHA for ef162ce
doc/platform/ddl_dml/migrations/troubleshoot_migrations_tt.rst
@@ -47,6 +47,13 @@ from etcd using ``tt migrations remove``:
47
Incorrect migration applied
48
---------------------------
49
50
+.. warning::
51
+
52
+ Any schema change that was made by an incorrect migration before its fail or
53
+ cancellation must be resolved manually on each replica set before reapply.
54
+ ``--force-reapply`` and other ``tt migrations`` options affect only internal
55
+ status of the migration and don't revert changes that it has made in the cluster.
56
57
If the migration is already applied, publish the fixed version and apply it with
58
the ``--force-reapply`` option:
59
0 commit comments