shieldproject / shield

A standalone system that can perform backup and restore functions for a wide variety of pluggable data systems
MIT License
367 stars 69 forks source link

Fix Database Inconsistencies for jobs_new table #664

Closed sriniketh923 closed 4 years ago

sriniketh923 commented 4 years ago

When upgrading from 8.5.0 -> 8.6.0 failed it left the jobs_new table in the database. This patch checks if the jobs_new table exists and if it already exists drops the table and the rest of the migrating to schema_v11 continues.