timescale / timescaledb-tune

A tool for tuning TimescaleDB for better performance by adjusting settings to match your system's CPU and memory resources.

Home Page:https://www.timescale.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Postgres 13?

yazeed opened this issue · comments

Does this work with Postgres 13, or is a PR needed?

Getting this error on a Cloud SQL instance on Google Cloud.

exit: unknown major PG version: PostgreSQL 13.1 (Debian 13.1-1.pgdg100+1)

TimescaleDB has not yet released support for PG13 (we expect in TimescaleDB 2.1). But I'm slightly confused given that I don't think Google Cloud SQL has any support for TimescaleDB? Or are you just looking to use this to tune your vanilla PG instance?

Running into the same issue when trying to tune https://github.com/timescale/timescaledb/releases/tag/2.1.0 which should support Postgres 13. Is there a PR planned for this or should I give it a try?

Support for PG13 has just been merged: #77

Verified that the updates work, thanks!