Skip to content

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

Closed
@tblanchard

Description

@tblanchard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    communityRaised by a community memberdocumentationImprovements or additions to documentationfeedbackSubmissions from the docs site feedback form

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions