Skip to content

4.8.3: New hardware, security fixes and Telegram updates

Compare
Choose a tag to compare
@theyosh theyosh released this 03 Feb 12:21
· 783 commits to main since this release

In this release we support new hardware. Tighten the encryption of sensitive data a bit more. Add new Telegram features and fixes. And more updates ...

Read all about it at the release page

Upgrading

Use the following steps to upgrade TerrariumPI

Docker

  • Stop TerrariumPI: docker compose down
  • Update version number in docker-compose.yaml and run docker compose pull
  • Start TerrariumPI: docker compose up -d

Or go to the upgrade steps on the documentation page

Manual

  • Stop TerrariumPI: sudo service terrariumpi stop
  • Update the code: git pull
  • Rerun the installer: sudo ./install.sh
  • Start TerrariumPI: sudo service terrariumpi start

Or go to the upgrade steps on the documentation page

Full Changelog: 4.8.2...4.8.3