How can abra
use restore_path
?
#62
Loading…
x
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?
4b4371ed3f
abra
could detect if the app is deployed and then executesbackup restore-paths
instead ofbackup restore
.For this
abra
would need to extract from the given--container
the connectedvolumes
and from these volumes or the volumes given by--volumes
the paths can be generated, i.e./var/lib/docker/<service_name>_<volume_name>
.Than
abra app restore
could runINCLUDE_PATH=path1,path2 SERVICE=<service_name> backup restore-paths
if it detects the app as undeployed.decentral1se referenced this issue from toolshed/abra2024-10-29 08:35:41 +00:00
Aiming for
abra app backup restore
and then dealing with deployed/undeployed logic internally! We've weighed up some UI/UX concerns and this seems like the best way forward for now.