Merge "Fix mariadb status after upgrade"
This commit is contained in:
commit
6a022e8bea
@ -291,6 +291,7 @@ class MySqlManager(manager.Manager):
|
|||||||
preserve=True, as_root=True)
|
preserve=True, as_root=True)
|
||||||
self.configuration_manager.refresh_cache()
|
self.configuration_manager.refresh_cache()
|
||||||
app.start_mysql()
|
app.start_mysql()
|
||||||
|
app.status.end_restart()
|
||||||
|
|
||||||
def restart(self, context):
|
def restart(self, context):
|
||||||
app = self.mysql_app(self.mysql_app_status.get())
|
app = self.mysql_app(self.mysql_app_status.get())
|
||||||
|
Loading…
Reference in New Issue
Block a user