Keep server state backup even on controlled shutdown
The server state information should be persisted even if a controlled shutdown is done. This will allow the monitor to retain the server state information across a restart.
This commit is contained in:
@ -327,9 +327,6 @@ stopMonitor(MXS_MONITOR *mon)
|
||||
|
||||
handle->shutdown = 1;
|
||||
thread_wait(handle->thread);
|
||||
|
||||
/** Controlled shutdown, remove stored backup */
|
||||
remove_server_backup(mon);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user