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 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?
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 timescaledbit installs against Postgres 17, but my Postgres.app is running Postgres 14. I tried runningbrew edit timescaledband changing the dependency topostgresql@14, but that just resulted in build errors when runningbrew install timescaledb.Any way to accomplish this?