User Tools

Site Tools


update_everything

This is an old revision of the document!


Update Everything

A collection of update guides on everything linked from their pages.

Windows:

Mac OS:

Update

  • brew cask upgrade
2019/11/07 10:26 · derek

Ubiquiti:

ESXI:

BIOS:

Intel VPro:

ESXi:

vCenter:

XPEnology:

Update

System:

  • The system will send an email when an update is found.
  • Check XPEnology Community Forum - Updates to see whether the update requires any extra work or causes issues, and to check the release notes.
  • Navigate to the Synology DSM
  • Shutdown the DSM
  • Navigate to ESXi and create a snapshot using the current DSM version as the name
  • Power on the VM again
  • Follow any extra instructions from the forum
  • If not otherwise instructed:
    • DSM > Control Panel > Update & Restore > DSM Update:
      • Download
      • Then Update Now when the download is finished

Packages:

  • A notification will be sent to the web interface when a package needs an update (Optionally receive an email if desired)
  • Package Center > Installed > Attention Required:
    • Click on each of the packages if you want to check the changelogs
    • Either click Update All or Update each package individually
2019/08/24 13:31 · derek

OpenFLIXR:

Windows Server:

Docker Host:

Update

Update the OS

Run systemctl enable docker after updating to re-enable docker starting on boot

  • If desired, Log in to ESXi, navigate to the photon based VM and create new temporary snapshot
  • Using an SSH client, connect to <hostname>:50001 then run:
tdnf upgrade
tdnf clean all
reboot  # If desired/needed
2020/05/18 18:24 · derek
Update Portainer

Reconnect and run:

# Update the Portainer image:
docker pull portainer/portainer-ce
# If it responds with:
# Status: Downloaded newer image for portainer/portainer-ce:latest
# then run the following to update the container
docker stop Portainer
docker rm Portainer
docker run --name Portainer --restart=always -d -p 8000:8000 -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
2019/09/17 13:45 · derek

Unifi Controller:

Update

  • Navigate to Portainer and to the Unifi Controller container
  • Click on Recreate
  • Select Pull latest image
  • Click Recreate
2019/09/18 06:21 · derek

AMP Game Server:

Update

  • The management page shows when an update is needed
  • Warning: Updating restarts all game servers!
  • Check https://support.cubecoders.com/ for update notes
  • Login to ssh as root
  • Update the instance manager command line tool:
    • apt update && upgrade
  • Update the AMP instances:
    • runuser -l AMP -c "ampinstmgr upgradeall"
  • Use Shift+F5 or Shift+Command+R to refresh the AMP page with a clear cache after updating
2019/09/19 07:19 · derek
update_everything.1589826846.txt.gz · Last modified: 2024/09/22 19:51 (external edit)