diff --git a/html/svc/main.php b/html/svc/main.php
index 6412741..948361c 100644
--- a/html/svc/main.php
+++ b/html/svc/main.php
@@ -412,7 +412,11 @@
}//if manually kicked off - nothing to do
- $row = reload_cached_rec( $buid );
+ //after a backup, we need to completely reload the cache because the ordering of the backups change and
+ //the ordering is what the scheduler uses to get the next entry.
+ //$row = reload_cached_rec( $buid );
+ clear_cached_data();
+ ensure_cached_table();
debug_println("(backupComplete) bu($buid) done", DEBUG_MED );