A Debian package for automating Froxlor database updates after upgrading the Froxlor debian package.
- ✅ Installs an APT hook in
/etc/apt/apt.conf.d/to trigger on package upgrades - ✅ Deploys the migration script to
/usr/libexec/froxlor-auto-migration/db-migration.sh - ✅ Ensures that Froxlor migrations run once per version automatically
debuild -us -uc
sudo dpkg -i ../froxlor-auto-migration_*.debOn every froxlor package upgrade, the hook checks whether a migration is needed — and runs it once per version if so.