canonical / mysql-operator

Machine charm for MySQL following the operator framework
https://charmhub.io/mysql
Apache License 2.0
7 stars 10 forks source link

Install/uninstall plugin in single session #505

Closed paulomach closed 1 month ago

paulomach commented 1 month ago

Issue

Toggling super_read_only on a session previous to plugin install can fail due to super_read_only toggled by another database process. Toggling is necessary for install plugin on secondaries.

Solution

Modify install/uninstall methods to run in a single session.