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
I am not sure where to put this issue. If there is a better place, please let me know.
When installing Timescaledb via brew, it install postgresql 13 but then says: TimescaleDB only supports PostgreSQL 9.6.3+, 10.2+, 11 or 12
~ ❯ brew install timescaledb
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 4 formulae.
==> Installing timescaledb from timescale/tap
==> Downloading https://homebrew.bintray.com/bottles/postgresql-13.0.catalina.bottle.tar.gz
Already downloaded: /Users/joseph/Library/Caches/Homebrew/downloads/405b9782c9e4f55d598cc5c48ebb46c2f615da4b4fb6746780a8ba0151b8b11c--postgresql-13.0.catalina.bottle.tar.gz
==> Downloading https://timescalereleases.blob.core.windows.net/homebrew/timescaledb-1.7.4.tar.lzma
Already downloaded: /Users/joseph/Library/Caches/Homebrew/downloads/2d1cd731a55fc74cedf70df9c74e773eabb25de83db216e8fdace69155ffbb4f--timescaledb-1.7.4.tar.lzma
==> Installing dependencies for timescale/tap/timescaledb: postgresql
==> Installing timescale/tap/timescaledb dependency: postgresql
==> Pouring postgresql-13.0.catalina.bottle.tar.gz
==> Caveats
To migrate existing data from a previous major version of PostgreSQL run:
brew postgresql-upgrade-database
This formula has created a default database cluster with:
initdb --locale=C -E UTF-8 /usr/local/var/postgres
For more details, read:
https://www.postgresql.org/docs/13/app-initdb.html
To have launchd start postgresql now and restart at login:
brew services start postgresql
Or, if you don't want/need a background service you can just run:
pg_ctl -D /usr/local/var/postgres start
==> Summary
🍺 /usr/local/Cellar/postgresql/13.0: 3,216 files, 42.6MB
==> Installing timescale/tap/timescaledb
==> ./bootstrap -DREGRESS_CHECKS=OFF -DPROJECT_INSTALL_METHOD="brew"
Last 15 lines from /Users/joseph/Library/Logs/Homebrew/timescaledb/01.bootstrap:
-- TimescaleDB version 1.7.4. Can be updated from version 1.7.3
-- Build type is Release
-- Install method is 'brew'
-- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
-- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
-- Using compiler AppleClang
-- Found Git: /usr/local/bin/git (found version "2.29.1")
-- Using pg_config /usr/local/bin/pg_config
-- Compiling against PostgreSQL version 13.0
CMake Error at CMakeLists.txt:209 (message):
TimescaleDB only supports PostgreSQL 9.6.3+, 10.2+, 11 or 12
-- Configuring incomplete, errors occurred!
See also "/tmp/timescaledb-20201028-30018-zqy3a2/timescaledb/build/CMakeFiles/CMakeOutput.log".
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/timescale/homebrew-tap/issues
Running on OS X Catalina 10.15.7
The text was updated successfully, but these errors were encountered:
Hello,
I am not sure where to put this issue. If there is a better place, please let me know.
When installing Timescaledb via brew, it install postgresql 13 but then says: TimescaleDB only supports PostgreSQL 9.6.3+, 10.2+, 11 or 12
Running on OS X Catalina 10.15.7
The text was updated successfully, but these errors were encountered: