Forrest logo
back to the synoupgrade tool

synoupgrade:tldr:32e1b

synoupgrade: Check for patches without upgrading the DSM version.
$ sudo synoupgrade --check-smallupdate
try on your machine

The command "sudo synoupgrade --check-smallupdate" is used to check for small updates within Synology DiskStation Manager (DSM) on a Synology NAS (Network Attached Storage) device.

Here's a breakdown of the command:

  • "sudo": It stands for "superuser do" and is used to execute the following command with elevated privileges or as the root user. This is necessary to perform administrative tasks.
  • "synoupgrade": This is the command-line utility provided by Synology NAS devices to manage and upgrade the DSM software. It is used to initiate various upgrade-related operations.
  • "--check-smallupdate": This is an option or flag that is passed to the "synoupgrade" command. It instructs the command to only check for small updates available for DSM.

By running this command, the Synology NAS will check if there are any small updates available for the DSM software. Small updates usually include bug fixes, security patches, and minor feature enhancements.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the synoupgrade tool