tsbs icon indicating copy to clipboard operation
tsbs copied to clipboard

Quick fix removing multi node support

Open semabtariq1 opened this issue 1 year ago • 4 comments

NOT YET READY FOR MERGE

semabtariq1 avatar Dec 02 '24 13:12 semabtariq1

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Dec 02 '24 13:12 CLAassistant

it's the same issue for me . docs set the limited in latest version: "TimescaleDB v2.13 is the last release that includes multi-node support for PostgreSQL versions 13, 14, and 15."

tomchon avatar Dec 10 '24 08:12 tomchon

but when i use timescaledb-2.13.0 on psql-14.15 ,error message has already been reported : ERROR: function create_hypertable(regclass, name, replication_factor => unknown, chunk_time_interval => bigint, create_default_indexes => boolean) does not exist (SQLSTATE 42883)

tomchon avatar Dec 27 '24 04:12 tomchon

but when i use timescaledb-2.13.0 on psql-14.15 ,error message has already been reported : ERROR: function create_hypertable(regclass, name, replication_factor => unknown, chunk_time_interval => bigint, create_default_indexes => boolean) does not exist (SQLSTATE 42883)

i know the reason,when i DOWNGRADED package from 2.17 to 2.13 ,it should use “ --allow-downgrades “ to DOWNGRADED: apt install timescaledb-2-loader-postgresql-14='2.13.0*' --allow-downgrades -y

tomchon avatar Dec 27 '24 04:12 tomchon