upgrade
proxai-gateway upgradeFetches the latest gateway release from GitHub, replaces the installed binary, and restarts the daemon so the new version takes effect immediately. If you are already on the latest release, the command exits without changing anything.
| Option | Effect |
|---|---|
--force | Install the latest release even when it is not detected as newer |
Check what you are running at any time:
proxai-gateway --versionGateway versions are calendar-based (YYYY.M.D), so the version tells you
exactly how old your binary is.
Automatic upgrades
You normally don’t need to run upgrade yourself. The daemon checks for new
releases on its own: by default it logs a warning once the binary is 30 days
old and upgrades itself automatically at 60 days. Both thresholds can be
tuned or disabled via the stale_binary section of the
configuration file.
Last updated on