Page 1 of 1

Rasberry -> 1.34 how to upgrade to 1.36

Posted: Wed May 11, 2022 9:33 pm
by unclemjn
Greetings.

I am new to ZoneReminder and managed to install ZM to Raspberry Pi4 8gbRam.
used Raspberry OS 64-bit Lite(server edition)

The guide I have referred to is https://wiki.zoneminder.com/Raspberry_Pi_4_-_Raspbian
I found the 1.34.32 on right side top was clickable and found 1.36 series.

I am stuck in finding the procedure to do the update.

I have added APT Deb repo as mentioned on Debian WIKI
https://wiki.zoneminder.com/Debian_11_B ... der_1.36.x
**since i have followed most procedure already, i did the 'sudo apt-upgrade && sudo apt install zoneminder=1.36.11-bullseye1' but no luck in APT to find the packages.

Please kindly share with me guidance on how to upgrade.
thanks

Re: Rasberry -> 1.34 how to upgrade to 1.36

Posted: Thu May 12, 2022 11:58 pm
by bbunge
Installing on a RPI is really no different from a PC. The Debian Bullseye install on the WIKI is at: https://wiki.zoneminder.com/Debian_11_B ... der_1.36.x
To upgrade your install you need to change the line in the file /etc/apt/sources.list or possibly /etc/apt/sources.list.d/zoneminder.list
Use "sudo nano /etc/apt/sources.list" (less quotes)
Look for "deb https://zmrepo.zoneminder.com/debian/release-1.34 bullseye/" and change to "deb https://zmrepo.zoneminder.com/debian/release-1.36 bullseye/"
Once the file is changed do "sudo apt update" then "sudo apt upgrade"

Make sure you are using a 32 bit version, armhf, of Bullseye as there is no Zoneminder 64 bit, arm64, install for the RPI.

If you have a spare micro sd card you may be farther ahead installing everything afresh and save the original micro sd in case you bonk everything. I speak from experience!

Re: Rasberry -> 1.34 how to upgrade to 1.36

Posted: Sat May 14, 2022 12:07 pm
by unclemjn
Thank you. I will try to follow your guidance.

Re: Rasberry -> 1.34 how to upgrade to 1.36

Posted: Mon May 16, 2022 5:46 pm
by unclemjn
Ok. I have tried but failed (stuck all around) and cause is that i was using 64bit. So i am going to replace the MicroSD and do a fresh one. Meanwhile, is there any plans on having 64bit versions on RPI? I own RPI 4 8gb ram and have another app needing to be 64bit. I can have two RPI running but one would be ideal as I have hardware backup.

Thank you again for the guidances. My utmost respect to such supportive community.