timescaledb-docker icon indicating copy to clipboard operation
timescaledb-docker copied to clipboard

Release Docker builds of TimescaleDB

Results 24 timescaledb-docker issues
Sort by recently updated
recently updated
newest added

When running timescaledb-docker on a magnetic hard drive/array thereof, performance rapidly degrades even with relatively small databases. In my case, I had a database that was only about 200mb, but...

Healthcheck aids in automated deployments. Suggest the following healthcheck. `HEALTHCHECK CMD pg_isready -U postgres`

docker
feature-request

It's not reasonable to run initdb scripts on the slave mode. Skip these script, so I can use the official Bitnami Postgresql helm chart to install a full cluster.

Currently, replication slaves fail to start up using the official TimescaleDB images for two reasons: 1. The init scripts are run on both master and slave nodes but they shouldn't...

High_Availability

In the current Dockerfile from main branch has a repository that was archived by timescale team. Is about this one: github.com/timescale/timescaledb-backup Is this the official Dockerfile that you are using...

The heuristic in `001_timescaledb_tune.sh` does not tune according to k8s limits (at least in GKE (Google Kubernetes Engine)). With CPU resource limits as requesting 1.5 and limit 3 we can...

enhancement

It would be great if an env var controlled the name of the schema the extension is installed into.

feature-request

On a clean docker container timescale/timescaledb:latest-pg12', we get an error in server log: ``` ERROR: TimescaleDB background worker connected to template database, exiting ``` This error happens if the background...

enhancement

For testing I need timescaledb in apache-license mode. Please add something to choose license on "docker run ..." Maybe like "docker run -e LICENSE=apache ..." to use apache version.

I lost my data. Fortunately, there is no key information. timescale/timescaledb:2.8.1-pg14 The data is not stored at `/home/postgres/pgdata/data` But data is kept at `/var/lib/postgresql/data` Might have to check again. But...

docs-update-needed