docs icon indicating copy to clipboard operation
docs copied to clipboard

[Feedback] Page: /self-hosted/latest/install/installation-macos/

Open tblanchard opened this issue 9 months ago • 1 comments

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

tblanchard avatar Mar 21 '25 19:03 tblanchard

Thank you for the report. We welcome documentation contributions!

  • For information about how to propose a change, see the contributing guide in our GitHub repository.
  • For information on style and word usage, see the style guide

github-actions[bot] avatar Mar 21 '25 19:03 github-actions[bot]

Hi @tblanchard, thanks for the feedback. It doesn't seem linked with your actual 12 and you can see it's hardcoded 17. Check the official code:

https://github.com/timescale/homebrew-tap/blob/311e630559c77056625dba7adbeb260fd04ec829/timescaledb.rb#L18

It could be related to the brew local config.

jonatas avatar Apr 08 '25 16:04 jonatas