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 bd9e7b6Copy full SHA for bd9e7b6
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 incorrect migration before the fail or
53
+ cancellation must be resolved manually on each replicaset before reapply.
54
+ Apply flags like ``--force-reapply`` affect only internal migration status and
55
+ unable to revert migration scenario itself.
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