Skip to main content
Version: 1.0

Management

The stack installs a helper script at ~/xplurdata/manage.sh for day-to-day operations.

Commands

~/xplurdata/manage.sh status # container status
~/xplurdata/manage.sh logs # follow app logs
~/xplurdata/manage.sh logs otel-collector
~/xplurdata/manage.sh logs doris-fe
~/xplurdata/manage.sh logs doris-be
~/xplurdata/manage.sh update # pull latest images
~/xplurdata/manage.sh restart # restart all containers
~/xplurdata/manage.sh stop # stop all containers (preserves data)
~/xplurdata/manage.sh uninstall # remove everything
CommandWhat it does
statusShow the status of all containers
logs [service]Follow logs (app by default, or a named service)
updatePull the latest images
restartRestart all containers
stopStop all containers — data is preserved
uninstallRemove everything
caution

uninstall removes all containers. Combined with a volume wipe it deletes your stored telemetry — see Troubleshooting → Full reset.