Showing posts with label slipstream. Show all posts
Showing posts with label slipstream. Show all posts

Thursday, December 18, 2025

MSSQL vs Oracle on patching the binary before installing them

 Slipstream in MSSQL:  Apply CU on SQL binary even before setting up the instance


cd <Downloaded SQL binary path>\

setup.exe /Action=Upgrade /UpdateEnabled=True /UpdateSource="<path of downloaded CU>"


You do the same in oracle using..


./runInstaller -applyRU <RUBinary> -applyOneOffs <oneoff1>,<oneoff2> etc...


All these helps in applying the fix while an upgrade is attempted. So you dont need any workarounds :)

OKV platform certificate rotation - pitfall , awareness!!!!

OKV version: 21.9 Setup: Multimaster R/W cluster Plan: https://docs.google.com/spreadsheets/d/e/2PACX-1vSaXXTjj9cE1fvYpNmsDNBOkTIw78yTwQ6a9o...