diff --git a/poll-billing.php b/poll-billing.php index 50b0f570b0..4041b5373a 100755 --- a/poll-billing.php +++ b/poll-billing.php @@ -27,12 +27,6 @@ if (isset($argv[1]) && is_numeric($argv[1])) { Debug::set(isset($options['d'])); Datastore::init(); -// Wait for schema update, as running during update can break update -if (\LibreNMS\DB\Schema::getLegacySchema() < 107) { - logfile('BILLING: Cannot continue until the database schema update to >= 107 is complete'); - exit(1); -} - $poller_start = microtime(true); echo "Starting Polling Session ... \n\n";