[GH-ISSUE #53] Support for Postgresql v17 anytime soon? #40

Closed
opened 2026-02-26 21:34:09 +03:00 by kerem · 13 comments
Owner

Originally created by @Persil090 on GitHub (Oct 12, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/53

Hi team would be great if tool could support Postgresql v17.
Would this be possible?
I have a project that only support v17 so asking if possible to add in the near future.
Thanks a lot. This is really great project so far.

Br

Originally created by @Persil090 on GitHub (Oct 12, 2024). Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/53 Hi team would be great if tool could support Postgresql v17. Would this be possible? I have a project that only support v17 so asking if possible to add in the near future. Thanks a lot. This is really great project so far. Br
kerem 2026-02-26 21:34:09 +03:00
Author
Owner

@eduardolat commented on GitHub (Oct 12, 2024):

yes, maybe this weekend, if not then during the week

<!-- gh-comment-id:2408654215 --> @eduardolat commented on GitHub (Oct 12, 2024): yes, maybe this weekend, if not then during the week
Author
Owner

@Persil090 commented on GitHub (Oct 12, 2024):

Waw you are the best.
Cheers

<!-- gh-comment-id:2408688443 --> @Persil090 commented on GitHub (Oct 12, 2024): Waw you are the best. Cheers
Author
Owner

@Shooshka commented on GitHub (Oct 16, 2024):

Would be nice to see pg_basebackup with incremental backups supported.
@eduardolat Is there any plans for this?

<!-- gh-comment-id:2416486357 --> @Shooshka commented on GitHub (Oct 16, 2024): Would be nice to see pg_basebackup with incremental backups supported. @eduardolat Is there any plans for this?
Author
Owner

@roos-robert commented on GitHub (Oct 24, 2024):

Thanks for the great tool! Looking forward to support for v17 as well 🚀

<!-- gh-comment-id:2435653652 --> @roos-robert commented on GitHub (Oct 24, 2024): Thanks for the great tool! Looking forward to support for v17 as well 🚀
Author
Owner

@roos-robert commented on GitHub (Oct 29, 2024):

@eduardolat sorry for pinging you, just interested if you have any updates regarding this? :)

<!-- gh-comment-id:2444579780 --> @roos-robert commented on GitHub (Oct 29, 2024): @eduardolat sorry for pinging you, just interested if you have any updates regarding this? :)
Author
Owner

@eduardolat commented on GitHub (Oct 29, 2024):

I'm really sorry for the delay, I've been really busy these days.

However, it is already implemented in the develop branch, the thing is that when making releases I like to include several things, so I am working on some other things besides this.

If you need it you can use the develop branch and build the Dockerfile yourself, it should work fine.

I hope to release a new release as soon as possible

<!-- gh-comment-id:2444606271 --> @eduardolat commented on GitHub (Oct 29, 2024): I'm really sorry for the delay, I've been really busy these days. However, it is already implemented in the `develop` branch, the thing is that when making releases I like to include several things, so I am working on some other things besides this. If you need it you can use the develop branch and build the Dockerfile yourself, it should work fine. I hope to release a new release as soon as possible
Author
Owner

@sfsr12 commented on GitHub (Oct 30, 2024):

If you need it you can use the develop branch and build the Dockerfile yourself, it should work fine.

Meaning - clone the repo - and build the Dockerfile found in ./docker?

I tried to do that but it failed

Dockerfile:98
--------------------
  96 |     # Copy and install go dependencies
  97 |     COPY go.mod .
  98 | >>> COPY go.sum .
  99 |     RUN go mod download
 100 |
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 439d49ae-c0fe-43d1-9984-2bc43b26abd2::nh2w5hytmx64o9uz47p0e2b4r: "/go.sum": not found

Thank you so much for making this tool - it is exactly what I needed - I think - I haven't gotten past the v17 issue yet :)

Do you have a buy me a coffee or anything?

<!-- gh-comment-id:2446348971 --> @sfsr12 commented on GitHub (Oct 30, 2024): > If you need it you can use the develop branch and build the Dockerfile yourself, it should work fine. Meaning - clone the repo - and build the Dockerfile found in ./docker? I tried to do that but it failed ``` Dockerfile:98 -------------------- 96 | # Copy and install go dependencies 97 | COPY go.mod . 98 | >>> COPY go.sum . 99 | RUN go mod download 100 | -------------------- ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 439d49ae-c0fe-43d1-9984-2bc43b26abd2::nh2w5hytmx64o9uz47p0e2b4r: "/go.sum": not found ``` Thank you so much for making this tool - it is exactly what I needed - I think - I haven't gotten past the v17 issue yet :) Do you have a buy me a coffee or anything?
Author
Owner

@roos-robert commented on GitHub (Oct 30, 2024):

I'm really sorry for the delay, I've been really busy these days.

Hey, never apologise for work you're doing for free, it's super appreciated!

Thanks a lot for the update and explaining how you work with new releases, for me it's no rush so I'm just gonna stay patient and look forward to other goodies the next release might include as well!

+1 on the 'buy me a coffee' or something, you deserve some coffee on us!

<!-- gh-comment-id:2447562258 --> @roos-robert commented on GitHub (Oct 30, 2024): > I'm really sorry for the delay, I've been really busy these days. Hey, never apologise for work you're doing for free, it's super appreciated! Thanks a lot for the update and explaining how you work with new releases, for me it's no rush so I'm just gonna stay patient and look forward to other goodies the next release might include as well! +1 on the 'buy me a coffee' or something, you deserve some coffee on us!
Author
Owner

@krzwiatrzyk commented on GitHub (Oct 30, 2024):

I would like to drop a coffee as well!

<!-- gh-comment-id:2448116674 --> @krzwiatrzyk commented on GitHub (Oct 30, 2024): I would like to drop a coffee as well!
Author
Owner

@sfsr12 commented on GitHub (Nov 17, 2024):

@eduardolat any chance of releasing the current version that has support for 17? I know you wanted to release more features at the same time - but was just wondering.

<!-- gh-comment-id:2481627669 --> @sfsr12 commented on GitHub (Nov 17, 2024): @eduardolat any chance of releasing the current version that has support for 17? I know you wanted to release more features at the same time - but was just wondering.
Author
Owner

@ejscheepers commented on GitHub (Jan 13, 2025):

@eduardolat I understand you are busy, any chance of this branch which includes Postgres v17 will be released soon?

<!-- gh-comment-id:2587125151 --> @ejscheepers commented on GitHub (Jan 13, 2025): @eduardolat I understand you are busy, any chance of this branch which includes Postgres v17 will be released soon?
Author
Owner

@dahlia commented on GitHub (Feb 2, 2025):

I've built a custom Docker image from fb97464444: ghcr.io/dahlia/pgbackweb:postgres-17. It's linux/arm64 only though.

<!-- gh-comment-id:2629306548 --> @dahlia commented on GitHub (Feb 2, 2025): I've built a custom Docker image from fb9746444410aaeef2a81c694d7b9ee76ddbc71b: [`ghcr.io/dahlia/pgbackweb:postgres-17`](https://github.com/dahlia/pgbackweb/pkgs/container/pgbackweb/347696253?tag=postgres-17). It's `linux/arm64` only though.
Author
Owner

@eduardolat commented on GitHub (Feb 6, 2025):

Hi guys, I am pleased to inform you that PostgreSQL 17 is officially supported starting with version v0.4.0 which you can now use.

And .. @sfsr12 @roos-robert @krzwiatrzyk I am infinitely grateful for your intention to support the project monetarily. I have added a button in the project UI (you will notice it when you update) where you can become a sponsor of PG Back Web or make donations. I appreciate every help no matter how big or small, I thank you very much for your initiative 💛

<!-- gh-comment-id:2640325139 --> @eduardolat commented on GitHub (Feb 6, 2025): Hi guys, I am pleased to inform you that PostgreSQL 17 is officially supported starting with version v0.4.0 which you can now use. And .. @sfsr12 @roos-robert @krzwiatrzyk I am infinitely grateful for your intention to support the project monetarily. I have added a button in the project UI (you will notice it when you update) where you can become a sponsor of PG Back Web or make donations. I appreciate every help no matter how big or small, I thank you very much for your initiative 💛
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#40
No description provided.