Skip to content

4.2.0

Compare
Choose a tag to compare
@Archmonger Archmonger released this 22 Aug 23:34
· 4 commits to master since this release
85c216f
  • Default HOST to localhost for postgres databases.
  • Add PostgreSQL Schema support
  • Fix restore of database from S3 storage by reintroducing inputfile.seek(0) to utils.uncompress_file
  • Add warning for filenames with slashes in them
  • Fix bug where dbbackup management command would not respect settings.py:DBBACKUP_DATABASES
  • Remove usage of deprecated 'get_storage_class' function in newer Django versions
  • Add support for new STORAGES (Django 4.2+) setting under the 'dbbackup' alias