Tune Timescale db Fedora /postgres

issue tuning timescale db in fedora

install postgres dev tools

yum install postgresql-devel

get location of pg_config

which pg_config

run the tune command

sudo timescaledb-tune --pg-config=/usr/bin/pg_config --conf-path=/var/lib/pgsql/data/postgresql.conf