trove/releasenotes/notes/fix-replication-detach-a21f29c89d089f9b.yaml
wu.chunyang f0f186ef9a Fix replication detach error
TypeError: tuple indices must be integers or slices, not str

this is caused by the new version of the sqlachemy library.

Change-Id: I76166f901f961a18ad4297d04e1a75a59b059e23
2024-11-26 14:51:29 +08:00

6 lines
145 B
YAML

---
fixes:
- |
Fix a bug where replications failed to detach from the source instance
because of the upgrade of the sqlachemy library.