I update my cryosparc install not via cryosparcm update but rather by just installing the newest version in a fresh directory. Can I simply connect the MongoDB database from the previous cryosparc version to this new instance ? Or is there some updates that need to be done (how are these done? )
download and install CryoSPARC with a temporary, --dbpath that does not already exist and the same --port as your retired CryoSPARC installation’s CRYOSPARC_BASE_PORT
confirm there are no remaining CryoSPARC processes (none are expected at this point)
ps -eopid,ppid,cmd | grep -e mongo -e cryosparc
modify /path/to/cryosparc_master/config.sh to point to the retired installation’s CRYOSPARC_DB_PATH
/path/to/cryosparc_master/bin/cryosparcm start
confirm the old database’s information s available. For example: cryosparcm listusers