Skip to content

Commit c2e731f

Browse files
committed
up to 9.4.1
1 parent 53d51a5 commit c2e731f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/splunkconf-cloud-recovery.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
265265
# 20241020 add splunkswapmemode tag to control swapme activation and mode
266266
# 20241029 add mke2fs options to speed up initialization for big disks
267267
# 20241115 up to 9.3.2
268+
# 20250406 up to 9.4.1
268269

269-
VERSION="20241115a"
270+
VERSION="20250406a"
270271

271272
# dont break script on error as we rely on tests for this
272273
set +e
@@ -1582,8 +1583,8 @@ fi # if not upgrade
15821583
echo "#************************************** SPLUNK SOFTWARE BINARY INSTALLATION ************************"
15831584
# Splunk installation
15841585
# note : if you update here, that could update Splunk version at reinstanciation (redeploy backup while upgrading to this version), make sure you know what you do !
1585-
splversion="9.3.2"
1586-
splhash="d8bb32809498"
1586+
splversion="9.4.1"
1587+
splhash="e3bdab203ac8"
15871588
splversionhash=${splversion}-${splhash}""
15881589
# this is spl arch, arch will be the one from os
15891590
splarch="x86_64"

0 commit comments

Comments
 (0)