Quick fix removing multi node support
NOT YET READY FOR MERGE
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.
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."
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)
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