Closed
Description
Is it easy to find the information you need?
Yes
Are the instructions clear?
Yes
How could we improve the Timescale documentation site?
The instructions are clear except for
timescaledb-tune --quiet --yes
exit: could not find postgresql.conf at any of these locations:
/usr/local/var/postgres/postgresql.conf
/usr/local/var/postgresql@12/postgresql.conf
/opt/homebrew/var/postgres/postgresql.conf
/opt/homebrew/var/postgresql@12/postgresql.conf
I'm running postgresql@17. So that was no fun.
I was able to trick it by creating a symlink at
/opt/homebrew/var/postgres -> /opt/homebrew/var/postgresql@17
but it should know how to find the currently active postgresql version by checking brew services (I have several versions installed for different reasons) rather than have that hard wired version 12.
More a code bug than documentation bug but there it is.
Feedback