-
Notifications
You must be signed in to change notification settings - Fork 18
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
Brew resolves Postgres dependency to v13 which isn't supported yet #13
Comments
Ran into the same issue. This seems pretty similar to #6 I was able to get things back in place by editing the recipe locally.
I did not lose any data along the way. (I also tried postgresql@12 too, which I think should work but I was getting compilation errors |
I ended up doing:
Which got it working with postgresl@12. That last step is the one that resolved compilation errors for me (moves the server headers to where pg_config was looking for them). |
Waiting for the compatibility of PG13 by Timescale, we use PG11 in my team. Install TimescaleDb on MacBecause of the incompatibility of postgresql 13 with timescaledb, you need to install postgresql 11. With these following steps, you will install postgres 11 and timescaledb.
|
Following @baarkerlounger instructions I had to modify the last
on my Mac. |
What worked for me is:
|
For MacOS Catalina, complete steps after trying
|
@RobAtticus I think we can close this now. As the fix is merged. |
I installed the 2.3.0 formula with PostgreSQL 13 and it works, maybe we could close this issue now? |
Brew now tries to install Postgres 13 as a dependency but that doesn't seem to be supported yet.
The text was updated successfully, but these errors were encountered: