Upgrading Onionmine¶
Upgrading from a container image¶
If Onionmine was downloaded from a container image, run this command to get existing updates:
docker pull containers.torproject.org/tpo/onion-services/onionmine/onionmine
Upgrading for source code¶
Using Git¶
If Onionmine was cloned with Git, simply pull updates from the remote repository by running the following command from the source code folder:
git pull
From a release file¶
If Onionmine was downloaded from a release, do like this:
- Do a back of the old folder.
 - Unpack the release into a new folder.
 - Move the 
poolfolder from the old folder to the new folder. - Move any existing configuration (like 
oniomine.conf) from the old to the new folder. - Move any other needed customization.
 
Then replace entirelly the old folder with the new folder.