django-dbbackup
django-dbbackup copied to clipboard
Management commands to help backup and restore your project database and media files
# Type of PR (feature, enhancement, bug fix, etc.) Bug fix ## Description Backup failed if the database included Virtual Tables (e.g. tables created for FTS). Not sure if I...
updates: - [github.com/hadialqattan/pycln: v1.3.5 → v2.1.1](https://github.com/hadialqattan/pycln/compare/v1.3.5...v2.1.1) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/psf/black: 22.6.0 → 22.10.0](https://github.com/psf/black/compare/22.6.0...22.10.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.0.0](https://github.com/asottile/pyupgrade/compare/v2.34.0...v3.0.0) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v1.7.0](https://github.com/pre-commit/mirrors-autopep8/compare/v1.6.0...v1.7.0) - [github.com/PyCQA/flake8: 4.0.1 →...
# Fixed TypeError when performing SQLite dbbackup ## Description Running `python manage.py dbbackup` with an SQLite database returned `TypeError: a bytes-like object is required, not 'str'`. ``` (example-venv-3.10.5) sid@Sids-MacBook-Pro example...
Hi guys, I encounter weird error that I am trying to solve for few weeks and finally decide to ask here. ``` dbbackup.db.exceptions.CommandConnectorError: Error running: pg_dump --dbname=postgresql://postgres:abc123@localhost:5432/postgres --format=custom [WinError 2]...
Hi, I am doing a postgresql backup on linux and I get a binary file. To restore it we need to use pg_restore. I'd like to have a RAW SQL...
# Bug Report ## Describe the bug when run comand: python manage.py dbbackup ## To Reproduce run comand: python manage.py dbbackup ## Expected behavior Expected behavior is created backup file,...
# Bug Report ## Describe the bug **ImportError** is raised when running `python manage.py dbbackup` from command line ## To Reproduce 1. install with `pip install django-dbbackup` 2. add app...
# Bug Report ## Describe the bug Running this code with `AWS S3` as my storage medium. The password to this username is correct but i get this error ##...
# Type of PR (feature, enhancement, bug fix, etc.) Feature ## Description Added '-n' for specyfing schema to backup/restore ## Why should this be added Usefull for multitenant applications where...
Release CI is broken , results in an `INTERNAL SERVER ERROR` from `jazzband.co`. The build itself seems to work though.