Skip to content

Commit bd9e7b6

Browse files
migrations: add troubleshooting warning
1 parent b4ac572 commit bd9e7b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/platform/ddl_dml/migrations/troubleshoot_migrations_tt.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ from etcd using ``tt migrations remove``:
4747
Incorrect migration applied
4848
---------------------------
4949

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+
5057
If the migration is already applied, publish the fixed version and apply it with
5158
the ``--force-reapply`` option:
5259

0 commit comments

Comments
 (0)