I have been installing and using django-dbbackup extension today (https://github.com/jazzband/django-dbbackup).
I use the S3 Storage option.
When i run a 'dbbackup', i obtain a file in format 'filename-2022-08-26-171845.psql.bin'.
Is there a way to uncompress/read inside this '.psql.bin' file format ?
I would like to access the query that have been backup, like i would do with a '.sql' file.
Thanks for your explanation.