Django-caretaker

Latest version: v0.5.0

Safety actively analyzes 622347 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.0

What's Changed
* Full SQL export for SQLite engine by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/29
* Add Postgresql SQL export capacity by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/31
* Add MySQL SQL export by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/32
* Additional cmdline options for create_backup, including SQL export by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/33
* Add further SQL export options to run_backup by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/34
* Postgres automatic restore by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/36
* Add support for MySQL import. by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/38
* Add ZIP file restore by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/39
* Disk-based backend by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/41


**Full Changelog**: https://github.com/MartinPaulEve/django-caretaker/compare/v0.4.0...v0.5.0

0.4.0

What's Changed
* Add docstrings and documentation by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/18
* Adds autodoc (with docker support) by mauromsl in https://github.com/MartinPaulEve/django-caretaker/pull/19
* Terraform configuration is now backend specific by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/21
* Update backend to get Terraform files from package instead of filesystem by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/22
* Refactor frontend classes out of management commands and into their own class by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/24
* Refactor tests into an abstract base class model for cleaner setup by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/25
* Convert all management commands to use django-click, enforcing strict commandline arguments by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/27
* Allow backends to specify which files they bundle for terraform provisioning by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/28

New Contributors
* mauromsl made their first contribution in https://github.com/MartinPaulEve/django-caretaker/pull/19

**Full Changelog**: https://github.com/MartinPaulEve/django-caretaker/compare/v0.3.1...v0.4.0

0.3.1

What's Changed
* Add annotations to all main methods by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/14
* Move web view to use abstracted backends by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/15


**Full Changelog**: https://github.com/MartinPaulEve/django-caretaker/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* Rename settings variables to include CARETAKER prefix by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/8
* Allow for multiple backend providers by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/10


**Full Changelog**: https://github.com/MartinPaulEve/django-caretaker/compare/v0.2.0...v0.3.0

0.2.0

What's Changed
* Expose command-line arguments for additional paths and add settings configuration option by MartinPaulEve in https://github.com/MartinPaulEve/django-caretaker/pull/3

New Contributors
* MartinPaulEve made their first contribution in https://github.com/MartinPaulEve/django-caretaker/pull/3

**Full Changelog**: https://github.com/MartinPaulEve/django-caretaker/compare/v0.1.4...v0.2.0

0.1.4

First Functional Version
This is the first release of django-caretaker. This minor increment fixes unit tests and removes relative imports from the testing framework.

Features in this version include:

- Generation of Terraform configuration files to provision S3 bucket
- Automatic installation of crontab entry for daily backups
- Push/pull/list backup versions
- Automatic packing of media directory
- Automatic packing of data.json from dumpdata command
- Basic administrative view of and urlconfig for backups (caretaker.urls)
- Full test suite coverage

**Full Changelog**: https://github.com/MartinPaulEve/django-caretaker/compare/v0.1.3...v0.1.4

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.