Upgrade and Uninstall
Upgrade and remove DataBuff on Docker.
Upgrade
On an existing deployment, use the upgrade command. Do not re-run install.sh — a fresh install wipes telemetry data under data/.
Platform · online
When your machine can reach the CDN, upgrade to the latest release in one command:
bash
curl -fsSL https://databuff.ai/databuff/ai-apm-update.sh | bashPlatform · offline
When the CDN is unreachable, download the target offline bundle, extract it, and run:
bash
tar -zxvf databuff-ai-apm-offline-<version>-<arch>.tar.gz
cd databuff-ai-apm-offline-<version>-<arch>
sudo ./update.shSee Offline Installation for download URLs.
Demo · online
If you installed the demo app, run on a connected machine:
bash
curl -fsSL https://databuff.ai/databuff/ai-apm-demo-update.sh | bashDemo · offline
From the extracted offline bundle directory (stops the old demo, then replaces it):
bash
sudo ./install_demo.shUninstall
bash
cd /opt/databuff-ai-apm
./stop.sh
cd ..
sudo rm -rf /opt/databuff-ai-apmBack up data/ first if you need to keep telemetry data.