You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An action to restore a backup of a site/project on a node should be added. When called without any arguments such as drubs restore prod a prompt should present a numbered list of available backups from which to choose to restore, and automatically request verification to install the most recent backup.
If Y is entered, the most recent backup will be restored (and this can be automated using the '-y' flag like: drubs restore prod -y.
If an integer is entered (corresponding to the numbered list of available backups that is presented) then that specific backup should be restored.
Otherwise, if N is entered (or any other input), exit without doing anything.
The text was updated successfully, but these errors were encountered:
An action to restore a backup of a site/project on a node should be added. When called without any arguments such as
drubs restore prod
a prompt should present a numbered list of available backups from which to choose to restore, and automatically request verification to install the most recent backup.If Y is entered, the most recent backup will be restored (and this can be automated using the '-y' flag like:
drubs restore prod -y
.If an integer is entered (corresponding to the numbered list of available backups that is presented) then that specific backup should be restored.
Otherwise, if N is entered (or any other input), exit without doing anything.
The text was updated successfully, but these errors were encountered: