---
title: "Deploy PgHero"
description: "A performance dashboard for Postgres"
category: "Observability"
url: https://railway.com/deploy/QUJmGE
---

# Deploy PgHero

A performance dashboard for Postgres

**[Deploy PgHero on Railway](https://railway.com/template/QUJmGE)**

- **Creator:** Lasso Moderation
- **Category:** Observability
- **Total deploys:** 15

## Template content

### PgHero https://static-00.iconduck.com/assets.00/postgresql-icon-1987x2048-v2fkmdaw.png

- **Image:** ankane/pghero
- **Health check:** /health
- **Public domain:** Yes

## Documentation

A simple performance dashboard for Postgres. For documentation and guides check out: https://github.com/ankane/pghero

Requirements: enable `pg_stat_statements`

Steps:
- Start your postgres service with a custom start command to enabled pg_stat_statements: /usr/local/bin/docker-entrypoint.sh postgres --port=5432 -c 'shared_preload_libraries=timescaledb,pg_stat_statements'
- Once restarted, run CREATE EXTENSION IF NOT EXISTS pg_stat_statements;

## Similar templates

- [Pyroscope profiling](https://railway.com/deploy/pyroscope-profiling) — Protected continuous profiling with durable Pyroscope storage.
- [SigOnly](https://railway.com/deploy/sigonly) — Deploy SigNoz with a working demo app & config in one click
- [Unwrapped Spotify Music Stats](https://railway.com/deploy/wide-bold) — Unwrapped Spotify Music Stats, Estatísticas de músicas disponíveis

Open this page in a browser: https://railway.com/deploy/QUJmGE
