Improve restore workflow #10
Loading…
Add table
Add a link
Reference in a new issue
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?
The current workflow involves stopping the container, having to spawn a manual container with all the required configuration, and then restoring inside that container. This system is rather clunky and difficult to use.
An interesting idea would be to be able to send a request to the currently running server to restore a backup. This would keep the container running, with only the child process being momentarily stopped.