Skip to main content

Documentation Index

Fetch the complete documentation index at: https://lightdash-update-dbt-code-blocks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Local deployments

If youโ€™re running Lightdash on your own laptop using Docker, you just need to instruct Docker to pull the latest version of Lightdash:
docker pull lightdash/lightdash
Now restart Lightdash and youโ€™ll be upgraded to the latest version.

Kubernetes/helm deployments

If you install Lightdash into kubernetes using our community helm chartsyou need to update your helm chart repository and upgrade your deployment.
helm repo update lightdash
helm upgrade -f values.yml lightdash lightdash/lightdash