Support for custom additional metadata #660
Closed
matmair
started this conversation in
Feature Requests
Replies: 2 comments 2 replies
-
|
Sure - we can add support for custom metadata. In your use case, are you imagining a scenario where you get/set this metadata within the CLI? Or would it be programmatic (within Python)? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Resolved in #663 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi! We use this library within the context of a more complex Django application that requires some additional environment settings to be similar between backup and restore.
It would be great if we could define additional custom metadata to be saved (maybe via a string pointing to a function that returns the data) and a function that might raise an error if the loaded metadata might cause issues doing a restore.
I would be happy to work on this and submit a patch if this is something that would be accepted
Beta Was this translation helpful? Give feedback.
All reactions