Project

General

Profile

action #181304

Updated by livdywan 22 days ago

## Motivation 
 Based on #181301 we will benefit from systemd service+timer for cleanup of OSD database dumps instead of cron. 

 ## Acceptance Criteria 
 * **AC1:** openqa.suse.de database dump backup&cleanup is called from systemd timers 
 * **AC2:** No duplicate cron job about the same 

 ## Suggestions 
 * The output comes from https://github.com/os-autoinst/openQA/blob/master/script/dump-db 
 * Make systemd timer to start at system boot 
 * Follow #181301 to know where the necessary application resides 
 * Migrate from a cron call to systemd service+timer at least on OSD 
 * Consider making this a part of openQA packaging OR just add the timer to the downstream repo like https://github.com/os-autoinst/openQA/blob/master/systemd/opensuse/openqa-auto-update.timer

Back