Tune Timescale db Fedora /postgres
FRANCIS GITHAE
1 min read
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
0
Subscribe to my newsletter
Read articles from FRANCIS GITHAE directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by