Master worker version mismatch

I am using cryosparc on a server. My master was v2.13.2 and my worker was v2.13.0. After navigating to cryospark2_worker and prompting ‘./bin/cryosparcw update’ the newest version recognized was still only v2.13.0

I’m sure there are many ways around this. I ended up doing cryosparcm update --version=v2.13.0 and then cryosparcm update --version=v2.13.2 and now both worker and master are v2.13.2

Hi @armbrustered,

Thanks for your update! Another way of dealing with the updated version still being an older version is to download the latest version of the cryoSPARC worker from our servers into your cryosparc2_worker directory:

cd cryosparc2_worker
export LICENSE_ID="<license_id>"
curl -L https://get.cryosparc.com/download/worker-latest/$LICENSE_ID > cryosparc2_worker.tar.gz

You can then run ./bin/cryosparcw update

1 Like