How to upload the file in IPFS-cluster when I know only CID

That is essentially the way. How long it takes depends how fast IPFS can pin something.

There is an alternative way too, if you prefer:

ipfs dag export <cid> > file.car
ipfs-cluster-ctl add --format=car file.car
1 Like