Upgrade Zoneminder 1.32 to 1.34

Update current installation first and reboot if pending.

  1. Add new repo for 1.34:
    add-apt-repository ppa:iconnor/zoneminder-1.34
  2. Update using new repo:
    apt-get update
  3. Perform upgrade:
    apt-get full-upgrade

    I kept the existing version of system-paths file rather than overwriting with new version.

  4. Remove repo for 1.32:
    add-apt-repository --remove ppa:iconnor/zoneminder-1.32

Leave a comment