https://docs.timescale.com/api/latest/distributed-hypertables/set_replication_factor/#set_replication_factor
Multi-node support is sunsetted.
TimescaleDB v2.13 is the last release that includes multi-node support for PostgreSQL versions 13, 14, and 15.
cat /tmp/timescaledb-data.gz | gunzip | ./tsbs_load_timescaledb
--postgres="sslmode=disable"
--host="localhost" --port=5431 --pass="postgres"
--replication-factor=0
--user="postgres" --admin-db-name=postgres --workers=8
--in-table-partition-tag=true --chunk-time=8h --write-profile=
--field-index-count=1 --do-create-db=false --force-text-format=false
--do-abort-on-exist=false
could not execute sql: SELECT create_hypertable('diagnostics'::regclass, 'time'::name, replication_factor => NULL, chunk_time_interval => 28800000000, create_default_indexes=>FALSE)panic: ERROR: function create_hypertable(regclass, name, replication_factor => unknown, chunk_time_interval => bigint, create_default_indexes => boolean) does not exist (SQLSTATE 42883)