153154155156157158159160161162163
// rollback for (DataRestore restorer : dataRestorer) { try { restorer.rollback(); } catch (BackupException e) { log.error("Can't rollback changes", e); }
128129130131132133134135136137138
177178179180181182183184185186187
185186187188189190191192193194195
248249250251252253254255256257258
LOG.info("Trying to roll back the changes"); for (DataRestore restorer : dataRestorer) { try { restorer.rollback(); } catch (BackupException e) { LOG.error("Can't rollback changes", e); }
154155156157158159160161162163164
// rollback for (DataRestore restorer : dataRestorer) { try { restorer.rollback(); } catch (BackupException e) { LOG.error("Can't rollback changes", e); }