django-dbbackup icon indicating copy to clipboard operation
django-dbbackup copied to clipboard

Management commands to help backup and restore your project database and media files

Results 98 django-dbbackup issues
Sort by recently updated
recently updated
newest added

## Describe the bug I want to use mediabackup command to backup media files and save in local system but everytime I run mediabackup command , it is hanged while...

- [ ] Write a changelog for all the changes since 3.2.0 related to #242 - [x] Close this issue when released https://github.com/django-dbbackup/django-dbbackup/issues/325 - [x] There's already a 3.3.0 release....

# Bug Report Try to implement a periodic postgresql database backup using django/docker/celelry/celery-beat but can not find my file ## Describe the bug I can create 'manually' a dbbackup file...

# Feature Request the settings to django storages can be overridden at run time, which can be useful, for example, if I am using the dropbox backend. Currently the dropbox...

# Feature Request Make more pg_dump/pg_restore flags available to facilitate operations across databases. ## Problem definition When running dbbackup on one server and dbrestore on another server, especially when a...

When setting a custom `endpoint_url` for S3 you must set the `region_name` as well. This is somewhat hidden in the [documentation of `django-storages`](https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings). > **AWS_S3_ENDPOINT_URL** > Custom S3 URL to...

The PostgreSQL dumping code produces a database URI that is then passed verbatim on the pg_dump command-line. Command lines are considered public, because normally, everyone with shell access to a...

It would be useful to skip some media directories from backuping. E.g. Cache directories

enhancement
storage/media

Because the actual command to the database is mocked out we don't get an end to end test, which is quite useful in a case like this. To be able...

IIUC, the current feature set requires you to handle rotating the backups yourself. - Whether you compress, encrypt and store to whatever backend, there will always be something like a...

enhancement