Skip to content

4.12.3: Multiple bugfixes and maintenance updates

Latest
Compare
Choose a tag to compare
@theyosh theyosh released this 07 Jun 15:42
· 8 commits to main since this release

After 6 months we have a new release. This release is what later, as the software is maturing. This results in less bugfixes and only updates for external libraries. But this release does fix multiple small bugs.

Read the full release news message here

What's Changed

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.12.2...4.12.3