I tried to perform a restore with a restic backup included using velero with our plugin and saw this error.
I believe this happened because we did not recreate the pod due to:
https://github.com/fusor/ocp-velero-plugin/blob/master/velero-plugins/pod/restore.go#L46
rpc error: code = Unknown desc = Error: No such container: bf65f9d03847543f0028a9ebadc08d47313151a098624c5ae96c37574167584e
Ideally we should never get in this situation if we do things the way we plan, but we should probably try to fix this.