File backup = checkRestoreFile(file);
dropDB(connectionProperties);
shutdownScheduledJobs(ctxName);
ImportInitvalues importInit = getApplicationContext(ctxName).getBean(ImportInitvalues.class);
importInit.loadSystem(langPath, cfg, force);
restoreOm(ctxName, backup);
} else {
AdminUserDetails admin = checkAdminDetails(ctxName, langPath);
dropDB(connectionProperties);