Skip to content

4.6.1: Happy new year !!

Compare
Choose a tag to compare
@theyosh theyosh released this 30 Dec 11:15
· 1353 commits to main since this release
3a9a3ad

A new release at the end of 2022. This is a bug fix release which fixes a lot of small bugs that where introduced by the new Gui. Sorry for that. The issues where only appearing when you try to add new hardware or areas. Existing setups where not affected. So only new users had the issues.

But for existing users it is also wise to upgrade. Else you will run into issues when you start to update your setup.

Extra documentation and full release information: https://theyosh.github.io/TerrariumPI/posts/2022/12/30/release-terrariumpi-v-4-6-1/

Upgrading

Use the following steps to upgrade TerrariumPI

Docker

Remove the - /opt/vc:/opt/vc from the docker-compose.yaml file. Than you can 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

After starting the new release, you can manually remove the folder static: rm -Rf static.

Full Changelog: 4.6.0...4.6.1