// if we are now live, behave as live
// We need to delete the file too, otherwise the backup will failover when we shutdown or if the backup is
// started before the live
if (permanently)
{
nodeManagerInUse.crashLiveServer();
}
else
{
nodeManagerInUse.pauseLiveServer();
}