Add new option storage_path for management command dbbackup
#652
DmytroLitvinov
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In
dbbackupmanagement command https://github.com/Archmonger/django-dbbackup/blob/5ecc2ca1df197fc840a39f1d57d9400b078859d2/dbbackup/management/commands/dbbackup.py#L64C24-L64C35 we call get_storage() without passing custom path in case I want to change not to only 1 storage defined, but also to another one. So proposal would be to add new option calledstorage_pathwhich I can pass to function get_storage(). Function is already prepared for that but for some reason seems like it was not implement :)My use case: I want to save bckups into 2+ places at the same time, for that case I created celery task and want to call maangement commands.
Beta Was this translation helpful? Give feedback.
All reactions