5.1.0
Fixed
- Prevent restoring a backup from a different database connector (e.g. Postgres backup to SQLite) by adding an additional metadata file to all new backups.
- Fixed compressed media backup restoration by using
gzip.GzipFileinstead oftarfile's gzip decompression algorithm.