Skip to main content

upgrade

Addedv1.0.x

This operation stops the container and replaces standalone_embed.sh with the latest version from upstream master, then restarts. Destructive — requires confirmation or --yes. Alias: update.

Synopsis

zilliz milvus standalone upgrade
[--dir <path>]
[--dry-run]
[--yes]

Options

  • --dir (path) -

    Indicates the install directory. Default: ./milvus-standalone.

  • --dry-run (boolean) -

    Prints the upgrade steps without invoking them.

  • --yes, -y (boolean) -

    Skips the destructive confirmation prompt. Required for non-interactive scripts.

Example

# Interactive
zilliz milvus standalone upgrade

# Non-interactive (alias: update)
zilliz milvus standalone update --yes