-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pg-config string not registering #81
Comments
i have the same error |
@based-network The second error you're seeing is that tune cannot find Is |
This happened to me today while using the documentation to install TimescaleDB on a CentOS VM and it helped me. Thanks. The docs need some updating, they are not clear that you need to install Postgres server before the TimeScaleDB package. |
Hmm installing timescaledb should have pulled in postgresql as dependency was that not the case? |
sudo timescaledb-tune -- didn't work got the error could not execute
pg_config --version
: exec: "pg_config": executable file not found in $PATHthen tried
sudo timescaledb-tune --pg-config=/usr/pgsql-13/bin/pg_config
maybe the string isn't registering because it then throws an error
exit: could not find postgresql.conf at any of these locations:
/etc/postgresql/13/main/postgresql.conf
/var/lib/pgsql/13/data/postgresql.conf
/var/lib/postgres/data/postgresql.conf
/var/lib/postgresql/data/postgresql.conf
The text was updated successfully, but these errors were encountered: