how to upgrade?

Previous development branch now released as 1.36
Locked
david1234
Posts: 96
Joined: Wed Jun 26, 2019 12:24 pm

how to upgrade?

Post by david1234 »

Hello,
Im using zonminder version 1.30 on my raspberry pi3 (have only 2 IP cameras connected)
wanted to know how do I upgrade to 1.35?
can I keep my setting ?

Thanks ,
User avatar
burger
Posts: 458
Joined: Mon May 11, 2020 4:32 pm

Re: how to upgrade?

Post by burger »

Configuration is in the db. Backup db before updating.

See the install docs on the wiki:
https://wiki.zoneminder.com/Contents
https://wiki.zoneminder.com/Debian
and
https://wiki.zoneminder.com/Single_Board_Computers
for rpi notes.
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
Locked