foundationdb
foundationdb copied to clipboard
Why the snapshot is always restorable=false?
I currently have a backup job. When I check it using fdbbackup describe, most snapshots show restorable=false. Does this mean these snapshots cannot be restored? However, after I run fdbrestore, the previously restorable=false snapshots become restorable=true. Why does this happen?
There were some bug in deciding if the snapshot is restorable, which was recently fixed in https://github.com/apple/foundationdb/pull/12038. We'll cut a new 7.3 release to address this problem soon.
I'm closing this as latest 7.3 releases have the fix. Feel free to reopen if you still have the same issue.