Skip to content

Paketierung des Updateagents für das AKTIN Datawarehouse in Notaufnahmen

Notifications You must be signed in to change notification settings

aktin/debian-updateagent-pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

debian-updateagent-pkg

This Debian package provides automated update management for the AKTIN DWH system. It uses systemd socket activation to monitor and execute DWH package updates, ensuring the system stays current with minimal manual intervention.

Prerequisites

  • AKTIN DWH package
  • unattended-upgrades
  • systemd

Installation

sudo dpkg -i aktin-notaufnahme-updateagent_<version>.deb
sudo apt-get install -f  # Install missing dependencies if any

Components

  • Update execution service (Port 1003)
  • Version info service (Port 1002)
  • APT hook for automatic version checks
  • Status monitoring and logging system

Key Features

  • Socket-activated update services
  • Automated version checking
  • Update status reporting
  • Integration with APT system
  • Secure execution under WildFly user

File Locations

  • Update directory: /var/lib/aktin/update
  • Service scripts: /usr/bin/aktin-notaufnahme-updateagent
  • Socket configurations: /lib/systemd/system
  • APT hook: /etc/apt/apt.conf.d/99aktin-notaufnahme-updateagent-info

Building

./build.sh [--cleanup] [--skip-deb-build]

Options:

  • --cleanup: Remove build directory after package creation
  • --skip-deb-build: Skip the Debian package build step

Status Files

  • info: Contains current and candidate version information
  • log: Update execution logs
  • result: Update execution results with success status

Support

For support, contact: [email protected]

Homepage: https://www.aktin.org/

About

Paketierung des Updateagents für das AKTIN Datawarehouse in Notaufnahmen

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages