Hi dears,
I’m new to foundationdb and need some clarifications.
Recently, i tried to restore from foundationdb snapshot, and then successfully. When using fdbrestore status -t <tag>
cli, i could only see the status “running” or “completed” of the restoration job. My question is how can I view the exact timestamp when the restore job was completed.
Thanks for all of your helps
Hello,
Is there anyone who can help me clarify this thing?
I don’t believe you can.
We trigger the restore operation within a tmux
session and use the -w
flag so that the fdbrestore
call won’t exit until the restore is complete, and then wrap the call in a pair of date
calls so that once it is done we can record the exact start and end times and the duration. And all that is only necessary because we couldn’t find an existing command to answer “When did the restore operation complete?” and/or “How long did the restore take?”
1 Like