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
When using ark restore logs my-restore before a restore is completed, the user will see a not found error from the object storage. This happens because the log file isn't uploaded until the restore is complete.
Before checking object storage, the restore logs subcommand should check the Phase of a restore and only get the file if Phase is Completed.
The text was updated successfully, but these errors were encountered:
When using
ark restore logs my-restore
before a restore is completed, the user will see a not found error from the object storage. This happens because the log file isn't uploaded until the restore is complete.Before checking object storage, the
restore logs
subcommand should check thePhase
of a restore and only get the file ifPhase
isCompleted
.The text was updated successfully, but these errors were encountered: