I have a NodeJS server running a JS-IPFS, I’d like to move the ~/.jsipf repository to a new mounted drive. I’m seeing conflicting answers on google on the best way to do this. One answer says to move the .ipfs folder to its new location, then update the IPFS environment var $IPFS_PATH, but currently echo $IPFS_PATH shows that $IPFS_PATH is empty.
I’m assuming this has something to do with the fact that I’m following instructions for how to move a IPFS repo, but I’m using a JS-IPFS repo.
How should I go about moving my ~/.jsipf repository to a new mounted drive? Is it different sine I’m using JS-IPFS than it would be for a non-JS-IPFS repo?