Open promisetochi opened 1 year ago
As a workaround, please try adding timescaledb.telemetry_level=off
to your postgresql.conf
, it should disable the telemetry altogether.
That worked @akuzm. Thank you!
I tried to reproduce this on my Mac, without any luck so far.
Hello @promisetochi,
I tried to reproduce the issue on my Mac, but I was not able to reproduce the behavior so far. Is the issue still reproducible on your system or was this crash maybe caused by an invalid response or an unreachable Telemetry server? Could you check if the error still occurs in your environment?
Dear Author,
This issue has been automatically marked as stale due to lack of activity. With only the issue description that is currently provided, we do not have enough information to take action. If you have or find the answers we would need, please reach out. Otherwise, this issue will be closed in 30 days.
Thank you!
Hi all,
We have seen a similar issue on SUSE Linux with the same symptom. The workaround works, but we need the metrics service for our production environment.
Thanks.
Hi there, would you mind sharing a bit about your setup? How did you install TimescaleDB?
Need a bit more details in order to reproduce the issue.
Thanks!
What type of bug is this?
Crash
What subsystems and features are affected?
Background worker, Telemetry
What happened?
Adding the Timescaledb extension to a database results in a crash that terminates all postgres processes. This wouldn't necessarily be a serious issue but it makes it impossible to create db migrations using prisma because it always terminates the migration process.
Also, I'm unsure if this has anything to do with mac os sonoma.
TimescaleDB version affected
2.11.1
PostgreSQL version used
14.8
What operating system did you use?
Mac OS Sonoma 14.0 Beta
What installation method did you use?
Other
What platform did you run on?
Other
Relevant log output and stack trace
How can we reproduce the bug?