timescale / docs

Timescale product documentation 📖
https://docs.timescale.com/
53 stars 99 forks source link

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

Open Glen-John opened 1 month ago

Glen-John commented 1 month ago

Is it easy to find the information you need?

Yes

Are the instructions clear?

Yes

How could we improve the Timescale documentation site?

running this command sudo -u postgres psql

produces the following error sudo: unknown user postgres sudo: error initializing audit plugin sudoers_audit

I'm on Mac M2 chip with OS ver. Version 14.6.1

github-actions[bot] commented 1 month ago

Thank you for the report. We welcome documentation contributions!

jamessewell commented 1 month ago

Hello! How did you install Postgres? Is there a Postgres user on your system?

initializing audit plugin sudoers_audit

This sounds like your sudo config isn’t working. What does sudo echo test show you?