Skip to content

5.1.0

Choose a tag to compare

@Archmonger Archmonger released this 17 Dec 13:17
· 14 commits to master since this release
5ecc2ca

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.GzipFile instead of tarfile's gzip decompression algorithm.