This is an old revision of the document!
A collection of update guides on everything linked from their pages.
brew cask upgradeSystem:
DSM > Control Panel > Update & Restore > DSM Update:DownloadUpdate Now when the download is finishedPackages:
Package Center > Installed > Attention Required:Update All or Update each package individually
Run systemctl enable docker after updating to re-enable docker starting on boot
tdnf upgrade
tdnf clean all
reboot # If desired/needed
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
Unifi Controller containerRecreatePull latest imageRecreateapt update && upgraderunuser -l AMP -c "ampinstmgr upgradeall"Shift+F5 or Shift+Command+R to refresh the AMP page with a clear cache after updating