timescale / timescaledb-tune

A tool for tuning TimescaleDB for better performance by adjusting settings to match your system's CPU and memory resources.
https://www.timescale.com/
Apache License 2.0
437 stars 40 forks source link

timescale-tune: Command not found #96

Closed fahadshery closed 2 years ago

fahadshery commented 2 years ago

Hi,

I installed using:

go install github.com/timescale/timescaledb-tune/cmd/timescaledb-tune@main
go: downloading github.com/timescale/timescaledb-tune v0.12.1-0.20220125184718-8a072e4dfcaa
go: downloading github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/mattn/go-isatty v0.0.11
go: downloading github.com/mattn/go-colorable v0.1.4

go version:

go version
go version go1.17.5 freebsd/amd64

But I can't seem to run it:

timescale-tune
timescale-tune: Command not found.

this is what I am using:

uname -a
FreeBSD postgres-test 12.2-RELEASE-p11 FreeBSD 12.2-RELEASE-p11 75566f060d4(HEAD) TRUENAS  amd64
fahadshery commented 2 years ago

Fixed it using:

/root/go/bin/timescaledb-tune --conf-path=/var/db/postgres/data14/postgresql.conf