You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems when I run brew install timescaledb it installs against Postgres 17, but my Postgres.app is running Postgres 14. I tried running brew edit timescaledb and changing the dependency to postgresql@14, but that just resulted in build errors when running brew install timescaledb.
Any way to accomplish this?
The text was updated successfully, but these errors were encountered:
I'm trying to set up TimescaleDB with Postgres.app (https://stackoverflow.com/questions/73248119/how-do-you-install-timescaledb-on-mac-os-m1-apple-silicone-if-you-have-the-pos)
It seems when I run
brew install timescaledb
it installs against Postgres 17, but my Postgres.app is running Postgres 14. I tried runningbrew edit timescaledb
and changing the dependency topostgresql@14
, but that just resulted in build errors when runningbrew install timescaledb
.Any way to accomplish this?
The text was updated successfully, but these errors were encountered: