-
Couldn't load subscription status.
- Fork 872
feat: officially support postgres 18, add docs for volume mount change #4890
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for teslamate ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
6cbc241 to
3c36be1
Compare
3c36be1 to
71647d8
Compare
71647d8 to
262ef6a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like for v17 folks can opt-in to this behavior with:
environment:
PGDATA=/var/lib/postgresql/17/docker
database:
volumes:
- teslamate-db:/var/lib/postgresqlI'm on v16 so I'll try upgrading to v17 with this configuration.
2f304eb to
b6e930b
Compare
|
@JakobLichterfeld / @parkr - Postgres 18 has been released on 2025-09-25. This PR has been updated and is ready to be reviewed / merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much!
b6e930b to
9c339e0
Compare
1e1caf2 to
80e2012
Compare
|
It will be merged when the next release happens. As the documentation is automatically updated, otherwise users will end up using PostgreSQL 18, but the TeslaMate version does not yet allow it. |
ad4ace2 to
847e848
Compare
847e848 to
e393822
Compare
this should be merged shortly after postgres 18 is officially released.