From 31a1bc62a283e8a4536937c402664361a2515238 Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Thu, 18 Jul 2024 17:06:39 -0700 Subject: [PATCH] update changelog to reflect #520 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4638af3..3e69860 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Unreleased ---------- +* Default HOST to localhost for postgres databases. https://github.com/jazzband/django-dbbackup/issues/520 * Add PostgreSQL Schema support by @angryfoxx in https://github.com/jazzband/django-dbbackup/pull/507 * Fix restore of database from S3 storage by reintroducing inputfile.seek(0) to utils.uncompress_file * Fix bug where dbbackup management command would not respect settings.py:DBBACKUP_DATABASES