File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ jobs:
688688 echo "state"
689689 elif echo "$filename" | grep -qE 'backupconfsplunk-kvdump-'; then
690690 echo "kvdump"
691- # FIXME add postgres here
691+ # FIXME add postgres here
692692 else
693693 echo "unknown"
694694 fi
@@ -723,15 +723,15 @@ jobs:
723723 EXPECTED_FILES=("${EXPECTED_FILES_KVDUMP[@]}")
724724 KVDUMP_FOUND=1
725725 ;;
726- # FIXME add postgres here
726+ # FIXME add postgres here
727727 unknown)
728728 echo " ⚠️ WARNING: Unknown backup type for file: ${FILENAME}"
729729 echo " Skipping content verification for this file."
730730 echo " Expected patterns:"
731731 echo " - ETC: backupconfsplunk-*-etc-targeted-*.tar.gz (or .tar.zst)"
732732 echo " - STATE: backupconfsplunk-*-state-*.tar.gz (or .tar.zst)"
733733 echo " - KVDUMP: backupconfsplunk-kvdump-*.tar.gz"
734- # FIXME add postgres here
734+ # FIXME add postgres here
735735 # no zst from kvdump at the moment as the compression method is done by splunk kvdump API and it will use tar.gz
736736 continue
737737 ;;
You can’t perform that action at this time.
0 commit comments