4.7.0: Finalizing the software
Extra documentation and full release information: https://theyosh.github.io/TerrariumPI/posts/2023/09/10/release-terrariumpi-v-4-7-0/
What's Changed
New Contributors
Upgrading
Use the following steps to upgrade TerrariumPI
Docker
Do a docker compose pull
to get the new image and with docker compose up -d
to start the new release.
Manual
- Stop TerrariumPI:
sudo service terrariumpi stop
- Update the code:
git pull
- Rerun the installer:
sudo ./install.sh
- Start TerrariumPI:
sudo service terrariumpi start
Full Changelog: 4.6.3...4.7.0