Best Practices Before Applying Ubuntu (Linux) OS Updates on exacqVision Servers

Introduction

Ubuntu OS updates (security, package, and kernel updates) can restart services or require a system reboot, which temporarily interrupts exacqVision recording. This article provides a concise checklist to follow before applying any Ubuntu updates on an exacqVision server to reduce risk and ensure recording resumes correctly.

Problem

Customers routinely apply Ubuntu updates using standard patching processes and want to ensure these updates do not negatively impact exacqVision recording or system stability.

Cause

Ubuntu updates may restart services or install new kernels that require a reboot. During these events, the exacqVision server will stop recording. Without planning and validation, updates can also impact storage, networking, or service startup behavior.

Solution

Use the checklist below before applying any Ubuntu update (security, package, or kernel). These steps apply to all exacqVision servers running on Ubuntu.

AreaActionWhy it mattersWhen
PlanSchedule a maintenance window and notify stakeholdersRecording pauses during service restart or rebootAlways
Back upExport critical video and back up configuration/logsProtects evidence and speeds recoveryAlways
BaselineRecord OS version, kernel version, exacqVision version, camera and storage statusEnables quick pre/post comparisonRecommended
Update controlAvoid unattended upgrades or surprise rebootsPrevents unexpected recording outagesAlways
Pilot testTest updates on a staging system when availableReduces production riskRecommended
Post-checkVerify services, camera connections, and recording after updateConfirms successful maintenanceAlways
Pre-update checks:
  lsb_release -a
  uname -r
  systemctl status exacqvision

Apply updates:
  sudo apt update && sudo apt upgrade

Post-update checks:
  systemctl status exacqvision
  Verify cameras reconnect and recording resumes
  Best-Practices-Before-Applying-Ubuntu-Linux-OS-Updates-on-exacqVision-Servers.pdf