File tree 2 files changed +2
-5
lines changed
dbbackup/management/commands 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def _save_new_backup(self, database):
130
130
131
131
# Set file name
132
132
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 ))
134
134
135
135
# Store backup
136
136
outputfile .seek (0 )
Original file line number Diff line number Diff line change @@ -4,13 +4,10 @@ Changelog
4
4
Unreleased
5
5
----------
6
6
7
+ * Add PostgreSQL Schema support by @angryfoxx in https://github.com/jazzband/django-dbbackup/pull/507
7
8
* Fix restore of database from S3 storage by reintroducing inputfile.seek(0) to utils.uncompress_file
8
9
* Fix bug where dbbackup management command would not respect settings.py:DBBACKUP_DATABASES
9
10
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
-
14
11
4.1.0 (2024-01-14)
15
12
------------------
16
13
You can’t perform that action at this time.
0 commit comments