Skip to content
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

Postgres 17 support #797

Open
brianpursley opened this issue Nov 4, 2024 · 5 comments
Open

Postgres 17 support #797

brianpursley opened this issue Nov 4, 2024 · 5 comments

Comments

@brianpursley
Copy link
Contributor

It looks like trunk doesn't support installing extensions on Posgtres 17 yet.

Running the official postgres:17 image in Docker, I get:

root@14781ebb4965:/# trunk install pg_smtp_client

error: Currently unsupported Postgres version: PostgreSQL 17.0 (Debian 17.0-1.pgdg120+1)
@jasonmp85
Copy link
Contributor

Oh hey, I didn't know there was an issue for this. This is underway (by me) and expected soon. I'll update this with progress.

@brianpursley
Copy link
Contributor Author

@jasonmp85 Sounds good. Someone had asked for my extension (pg_smtp_client) to support pg17, which I did, but then during testing I realized trunk doesn't work with pg17 yet so I created this issue. I figured maybe someone was working on it, but didn't know for sure.

@academiaresf
Copy link

We have a similar error with pgvector:

Failed to fetch Trunk archive from v1 API: Failed to find an archive for pgvector vlatest built for PostgreSQL 17

@brianpursley
Copy link
Contributor Author

@academiaresf It looks like pgvector was recently updated for Postgres 17, so it should work now.

@jasonmp85 I saw that trunk works with 17 now. Feel free to close this issue if it is complete.

@academiaresf
Copy link

Nice, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants