aktin / debian-dwh-pkg

Paketierung des AKTIN Datawarehouse in Notaufnahmen
0 stars 0 forks source link

Temporary Storage of AKTIN DWH Configuration and Data on Package Removal #3

Open akomii opened 1 week ago

akomii commented 1 week ago

Currently, executing apt remove aktin-notaufnahme-dwh deletes the following directories:

/etc/aktin
/var/lib/aktin

The database remains intact. Update the removal script to move these directories to a temporary location (e.g., /tmp/) rather than deleting them. This approach allows for quicker reinstallation, where configurations and data can be restored from the temporary location if available.

So,

akomii commented 1 week ago

The debian package manager does not delete files inside /etc/ by default