Skip to content

Commit ef368df

Browse files
committed
Update changelog.rst.
1 parent 3a15d68 commit ef368df

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dbbackup/management/commands/dbbackup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _save_new_backup(self, database):
130130

131131
# Set file name
132132
filename = self.filename or filename
133-
self.logger.info("Backup tempfile created: %s", utils.handle_size(outputfile))
133+
self.logger.debug("Backup size: %s", utils.handle_size(outputfile))
134134

135135
# Store backup
136136
outputfile.seek(0)

docs/changelog.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ Changelog
44
Unreleased
55
----------
66

7+
* Add PostgreSQL Schema support by @angryfoxx in https://github.com/jazzband/django-dbbackup/pull/507
78
* Fix restore of database from S3 storage by reintroducing inputfile.seek(0) to utils.uncompress_file
89
* Fix bug where dbbackup management command would not respect settings.py:DBBACKUP_DATABASES
910

10-
4.2.0 (2022-01-30)
11-
------------------
12-
* Add PostgreSQL Schema support by @angryfoxx in https://github.com/jazzband/django-dbbackup/pull/507
13-
1411
4.1.0 (2024-01-14)
1512
------------------
1613

0 commit comments

Comments
 (0)