Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lightdash.com/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