trove/releasenotes/notes/xena-fix-resize-instance.yaml
Lingxian Kong c274ab9f1a Keep user defined configuration after resizing instance
* Never remove user defined config, changing the function name from
  save_configuration to reset_configuration in trove-guestagent.
* Improved some logs
* Do not remove Innodb Log Files after resize which will cause error:
  Can't open and lock privilege tables: Table './mysql/user' is marked
  as crashed and should be repaired

Story: 2009033
Task: 42773
Change-Id: I9e3165ed9b38b15714542e35456415e65d438497
2021-07-10 12:31:46 +12:00

5 lines
102 B
YAML

---
fixes:
- Fixed an issue that the replication configuration is lost after resizing
instance.