Add --secrets
flag to restore
command
#58
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/backup-bot-two#58
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow #42
I'm not sure if this could work form inside the backupbot. Backupbot can access the docker api but it doesn't know the secret version to use. Further the container must not run. But a command like
abra app restore --secrets <appname>
would be very nice. Maybe it could be accomplished usingbackup download -h <appname> --secrets
@moritz I'm kinda following on this but I'm not exactly sure how to make a start on it. Could you provide some more details? What would those
restore
/backup
commands do exactly?