lamw / ghettoVCB

ghettoVCB
MIT License
1.27k stars 363 forks source link

Upgrade for ESXi 8 does not persist - keeps reverting back to older version #301

Open bignay2000 opened 1 year ago

bignay2000 commented 1 year ago

Upgraded my ESXi from 7.x to 8.0 Update 1 (I only use a single Free ESXi host without vCenter) Ran backups and got the ESX(i) version not supported! Error Uninstalled rm -rf /opt/ghettovcb reinstalled the latest version of ghettoVCB

Successfully ran backups A few days later backups start failing with ESX(i) version not supported! error. Uninstalled and reinstalled the latest version. Successfully ran backups

  1. For some reason the ESXi keeps trying to use the old unistalled version. Their a missing command or something to persist changes between reboots?
  2. Also, does the newest version come with a newer "VIBs Installed" version?
  3. Is the uninstall instructions missing a "rm -rf /opt/ghettovcb"
  4. Should I be using the offline or regular install
[root@esxi:/opt] esxcli software vib remove -n ghettoVCB
Removal Result
   Message: Operation finished successfully.
   VIBs Installed:
   VIBs Removed: virtuallyGhetto_bootbank_ghettoVCB_1.0.0-0.0.0
   VIBs Skipped:
   Reboot Required: false
   DPU Results:
[root@esxi:~] esxcli software vib install -d /vghetto-ghettoVCB-offline-bundle.zip -f
Installation Result
   Message: Operation finished successfully.
   VIBs Installed: virtuallyGhetto_bootbank_ghettoVCB_1.0.0-0.0.0
   VIBs Removed:
   VIBs Skipped:
   Reboot Required: false
   DPU Results:
bignay2000 commented 1 year ago

Successfully backed up Rebooted host Successfully backed up

After a reboot the newer version is still working... I post again in a few days when it fails again.

bignay2000 commented 1 year ago

Working fine today... Waiting for this to reoccur