TimescaleDB-HA
TimescaleDB-HA
Docker app from glls' Repository
Overview
TimescaleDB is an open-source PostgreSQL extension designed for running real-time analytics on time-series data. It is engineered up from PostgreSQL and maintains full SQL support.
The TimescaleDB-HA Docker image offers the most complete TimescaleDB experience. It uses Ubuntu, includes TimescaleDB Toolkit, and support for PostGIS, Patroni and pgvector.
TimescaleDB is pre-created in the default PostgreSQL database. By default, TimescaleDB is added to any new database you create.
Configuration Parameters
POSTGRES_PASSWORD - superuser password. Default user and password are both "postgres".
Database Storage Path (Appdata) - the directory where TimescaleDB stores its application data and configuration files.
TimescaleDB access port - the listening port the database server accepts TCP/IP connections.
NOTE: the container is configured to run as the user and group that owns the files on your Unraid server (99:100 in your case) using the PUID and PGID environment variables in the container's template and --user 99:100.
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--user 99:100
Template configuration
POSTGRES_PASSWORDVariable
Initial superuser password (required)
- Value
- postgres
Database Storage Path (Appdata)Pathrw
PostgreSQL data storage location
- Target
- /home/postgres/pgdata/data
- Default
- /mnt/user/appdata/timescaledb-ha
- Value
- /mnt/user/appdata/timescaledb
TimescaleDB access portPorttcp
TCP connection port
- Target
- 5432
- Default
- 5432
- Value
- 5432
PUIDVariable
- Default
- 99
- Value
- 99
PGIDVariable
- Default
- 100
- Value
- 100
Download Statistics
28,604,381
Total Downloads
1,998,894
This Month
1,767,544
Avg / Month
Total Downloads Over Time
Loading chart...
Details
Repository
timescale/timescaledb-ha:pg17Last Updated2026-04-16
First Seen2025-04-20
Run TimescaleDB-HA on Unraid.
TimescaleDB-HA is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.