← All templates
database / DEPLOYMENT PRESET

TimescaleDB

TimescaleDB is an open-source time-series database packaged as a PostgreSQL extension, optimized for fast ingest and real-time analytics with standard SQL.

Before you start

  • Private PostgreSQL 17 with the TimescaleDB extension preloaded.
  • After initialization, an administrator must run CREATE EXTENSION IF NOT EXISTS timescaledb in the application database.
  • Review Timescale license terms; set up backups and capacity for time-series workloads.

Required secrets

Configure these scoped secrets during deployment review in your Hakopod installation. Secret values stay out of the application TOML.

  • database-password

Use this preset

  1. Open the Catalog in your own Hakopod dashboard and select TimescaleDB.
  2. Choose the project, environment, and application name. Set the required values and secret references.
  3. Review the generated configuration, resource requests, networking, and storage plan.
  4. Deploy, then inspect readiness and logs. Configure backups for persistent data before relying on the service.

Read the upstream setup documentation ↗

View native TOML and setup notes ↗

Pinned container image

timescale/timescaledb:2.26.4-pg17@sha256:dfbf3c54f03e01d9a6fe7eeb736b513064a849606ca5acd7edcf51fdcab76a5e

The catalog pins this image for reproducibility. Review upstream updates and compatibility before changing it.