I created a blobstore backup for FDB cluster containing 20 nodes to s3. The status of the cluster is like this:
I’ve tried to restore it to a similar new cluster using fdbrestore
command:
fdbrestore start -r "blobstore://access_key:secret_key@s3.us-west-2.amazonaws.com/fdb_backup?bucket=fdb-backups&sc=0" -t test_restore --dest_cluster_file /etc/foundationdb/fdb.cluster
But it took around 17 hours to complete. Is this normal? How can I speed up the restore process?