django-dbbackup
django-dbbackup copied to clipboard
Management commands to help backup and restore your project database and media files
For example, I'd like to store the backup on the local server and also to AWS3. Is it possible to configure DBBackup in this way ? I would like to...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.18.0)
### Feature description With Postgres 17, almost all official DBs (except SQLite) offer some form of incremental backup functionality. Regular incremental backups + occasional full backups will be easier to...
### Feature description There is some awkwardness and inconsistency in setup/configuration of django-dbbackup due to supporting older versions. We should drop support for Django
### Feature description To maximize compatibility, we should support `django`'s own dump/load methods as a new DB type. Ref: https://github.com/jazzband/django-dbbackup/issues/423 ### Alternatives options _No response_
### Current Situation I personally dislike `rst` documentation quite a bit. In my opinion, it's very convoluted and is difficult to read/maintain. ### Proposed Actions We should migrate the docs...
### Current Situation I have a Django project with dbbackup backed by S3. This is configured in my settings.py. When I am trying to do one-off backups, I want to...
### Current Situation When restoring media files, if the path of the file contains the word "media" anywhere in the file path then this leads to the file getting extracted...