From bad47457e961dc4b3a6eb3a01190e6fed2d4451b Mon Sep 17 00:00:00 2001 From: dirkhub <71777632+dirkhub@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:39:23 +0200 Subject: [PATCH] add query for incremental backups to mk_sap_hana Please note that the changes in the agent suffice and sap_hana_backup.py does not need to be changed as parsing of sap_hana_backup_v2 will already handle the additional incremental backup information! --- agents/plugins/mk_sap_hana | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/agents/plugins/mk_sap_hana b/agents/plugins/mk_sap_hana index 28035277af0..59ba3207236 100755 --- a/agents/plugins/mk_sap_hana +++ b/agents/plugins/mk_sap_hana @@ -161,6 +161,14 @@ M_BACKUP_CATALOG where entry_type_name = 'complete data backup' AND state_name QUERY } +query_sap_hana_backup_incremental() { + cat < 'running' order by sys_start_time desc +QUERY +} + query_sap_hana_backup_log() { cat <>>"