For the complete documentation index, see llms.txt. Markdown versions are available by appending .md to documentation URLs.

Upgrade to v0.94.0 (Clickhouse 25.5.6 Upgrade)

Self-Host - This page applies to self-hosted SigNoz editions.

Upgrade Instructions

Docker Standalone

Before upgrading, add the following environment variable to your clickhouse service:

services:
  clickhouse:
    image: clickhouse/clickhouse-server:25.5.6
    environment:
      - CLICKHOUSE_SKIP_SETUP_USER=1

Then follow the standard upgrade guide.

Docker Swarm

Before upgrading, ensure your Swarm stack's clickhouse service sets the image and env var as below, then follow the Standard Upgrade Guide.

services:
  clickhouse:
    image: clickhouse/clickhouse-server:25.5.6
    environment:
      - CLICKHOUSE_SKIP_SETUP_USER=1

Then follow the standard upgrade guide.

Kubernetes

Follow the standard upgrade guide. Ensure your ClickHouse version is 25.5.6 (set the ClickHouse image tag to 25.5.6) before starting SigNoz v0.94.0.

Linux Binary Installation

Follow the standard upgrade guide, ensuring your ClickHouse is on 25.5.6 before starting SigNoz v0.94.0.

Getting Help

If you need assistance with the upgrade:

Is this page helpful

Last updatedMarch 12, 2026

Edit on GitHub

Is this page helpful

On this page

Last updatedMarch 12, 2026

Edit on GitHub