-
v0.5.1 Stable
released this
2025-10-06 08:14:58 +03:00 | 4 commits to main since this release📅 Originally published on GitHub: Mon, 06 Oct 2025 05:36:22 GMT
🏷️ Git tag created: Mon, 06 Oct 2025 05:14:58 GMTThanks 🫂
First of all, thanks to FetchGoat for sponsoring the project, their help is invaluable to the project.
Thanks to @PatrikScully for implementing the support for path prefix config.
Thanks to all the people who have supported the project through Buy Me A Coffee.
Note
We're growing! New name, bigger future
PG Back Web is becoming UFO Backup! The new name reflects a future where the project expands beyond PostgreSQL, making powerful backups simple and accessible for everyone
Curious about the roadmap or want to shape the project's future? Join the community to discuss ideas and influence decisions, everyone's input is welcome!
What's Changed
- New Reddit community
- Adds support for path prefix configuration by @PatrikScully in https://github.com/eduardolat/pgbackweb/pull/139
- Remove SweetAlert, fixes #115 and #136
How to Install
Follow the installation guide to install PG Back Web.
How to Update
Updating to the latest version of PG Back Web is simple. Just pull the latest Docker image or the specific 0.5.1 version with the following commands:
docker pull eduardolat/pgbackweb:latest docker pull eduardolat/pgbackweb:0.5.1Or in your
compose.yamlfile:services: pgbackweb: image: eduardolat/pgbackweb:0.5.1 ################################ ## Rest of your configuration ## ################################New Contributors
- @PatrikScully made their first contribution in https://github.com/eduardolat/pgbackweb/pull/139
Full Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0...v0.5.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.5.1-rc.1 Pre-release
released this
2025-10-06 08:14:58 +03:00 | 4 commits to main since this release📅 Originally published on GitHub: Mon, 06 Oct 2025 05:15:52 GMT
🏷️ Git tag created: Mon, 06 Oct 2025 05:14:58 GMTFull Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0...v0.5.1-rc.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.5.0-rc.4 Pre-release
released this
2025-09-27 21:45:52 +03:00 | 35 commits to main since this release📅 Originally published on GitHub: Sat, 27 Sep 2025 18:46:49 GMT
🏷️ Git tag created: Sat, 27 Sep 2025 18:45:52 GMTFull Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0-rc.3...v0.5.0-rc.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.5.0 Stable
released this
2025-09-27 21:45:52 +03:00 | 35 commits to main since this release📅 Originally published on GitHub: Sat, 27 Sep 2025 19:06:24 GMT
🏷️ Git tag created: Sat, 27 Sep 2025 18:45:52 GMTThanks 🫂
First of all, thanks to FetchGoat for sponsoring the project, their help is invaluable to the project.
Thanks to all the people who have supported the project through Buy Me A Coffee.
Thanks to @luizkowalski for introducing PSQL18 support.
Also, thank you for using this tool 🙌 I’m really excited because we’re getting close to 200k downloads on Docker Hub!
If you want to chat, share feedback, or ask questions, feel free to join our Discord community. 💬
What's Changed
- feature: support Postgres 18 by @luizkowalski in https://github.com/eduardolat/pgbackweb/pull/133
- the container now is debian trixie
- some internal modifications and refactors
How to Install
Follow the installation guide to install PG Back Web.
How to Update
Updating to the latest version of PG Back Web is simple. Just pull the latest Docker image or the specific 0.5.0 version with the following commands:
docker pull eduardolat/pgbackweb:latest docker pull eduardolat/pgbackweb:0.5.0Or in your
compose.yamlfile:services: pgbackweb: image: eduardolat/pgbackweb:0.5.0 ################################ ## Rest of your configuration ## ################################New Contributors
- @luizkowalski made their first contribution in https://github.com/eduardolat/pgbackweb/pull/133
Full Changelog: https://github.com/eduardolat/pgbackweb/compare/0.4.2...v0.5.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.5.0-rc.3 Pre-release
released this
2025-09-27 21:30:07 +03:00 | 36 commits to main since this release📅 Originally published on GitHub: Sat, 27 Sep 2025 18:30:38 GMT
🏷️ Git tag created: Sat, 27 Sep 2025 18:30:07 GMTFull Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0-rc.2...v0.5.0-rc.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.5.0-rc.2 Pre-release
released this
2025-09-27 21:04:15 +03:00 | 37 commits to main since this release📅 Originally published on GitHub: Sat, 27 Sep 2025 18:12:03 GMT
🏷️ Git tag created: Sat, 27 Sep 2025 18:04:15 GMTFull Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0-rc.1...v0.5.0-rc.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.5.0-rc.1 Pre-release
released this
2025-09-27 20:46:45 +03:00 | 39 commits to main since this release📅 Originally published on GitHub: Sat, 27 Sep 2025 17:54:26 GMT
🏷️ Git tag created: Sat, 27 Sep 2025 17:46:45 GMTWhat's Changed
- 💖 FetchGoat sponsorship by @eduardolat in https://github.com/eduardolat/pgbackweb/pull/103
- feature: support Postgres 18 by @luizkowalski in https://github.com/eduardolat/pgbackweb/pull/133
New Contributors
- @luizkowalski made their first contribution in https://github.com/eduardolat/pgbackweb/pull/133
Full Changelog: https://github.com/eduardolat/pgbackweb/compare/0.4.2...v0.5.0-rc.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
0.4.2 Stable
released this
2025-02-06 19:08:08 +03:00 | 64 commits to main since this release📅 Originally published on GitHub: Thu, 06 Feb 2025 16:08:47 GMT
🏷️ Git tag created: Thu, 06 Feb 2025 16:08:08 GMTDowngrade AWS S3 v2 SDK to 1.72.3 to support Backblaze b2
AWS Go v2 SDK versions released after version 1.72.3 have data integrity protection headers enabled by default.
Backblaze does not yet accept these headers, so we recommend downgrading to AWS Go v2 SDK version 1.72.3https://www.backblaze.com/docs/cloud-storage-use-the-aws-sdk-for-go-with-backblaze-b2
How to Install
Follow the installation guide to install PG Back Web.
How to Update
Updating to the latest version of PG Back Web is simple. Just pull the latest Docker image or the specific 0.4.2 version with the following commands:
docker pull eduardolat/pgbackweb:latest docker pull eduardolat/pgbackweb:0.4.2Or in your
compose.yamlfile:services: pgbackweb: image: eduardolat/pgbackweb:0.4.2 ################################ ## Rest of your configuration ## ################################Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
0.4.1 Stable
released this
2025-02-06 18:59:45 +03:00 | 66 commits to main since this release📅 Originally published on GitHub: Thu, 06 Feb 2025 16:01:56 GMT
🏷️ Git tag created: Thu, 06 Feb 2025 15:59:45 GMTIn this release I forgot to update the version in the code 🤐 but is the same as v0.4.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
0.4.0 Stable
released this
2025-02-06 06:49:33 +03:00 | 68 commits to main since this release📅 Originally published on GitHub: Thu, 06 Feb 2025 04:03:16 GMT
🏷️ Git tag created: Thu, 06 Feb 2025 03:49:33 GMTPG Back Web v0.4.0
What's new
This release brings a lot of improvements and new features to PG Back Web.
This release includes among other things:
- Support postgres 17
- Fix ARM docker image
- Add support to specify custom listen host and port
- Add contributing guide
- Migrate from nodejs to deno
- Add devcontainer for easy development
- Replace gomponents with NodX
- Use AWS sdk v2 and update many dependencies
- More clarity in navigation
- Lots of ui improvements
- Update golang to 1.23.5
💛 Support PG Back Web – Now Inside the UI!
PG Back Web is now easier to support! You’ll find a new "Support" button inside the UI, where you can:
- Become a sponsor and get your name/logo featured inside every self-hosted instance of PG Back Web and in GH Readme.
- Use referral links to get exclusive perks from our trusted partners while supporting the project at no extra cost.
🚀 Every contribution helps keep PG Back Web free and improving!
Join the PG Back Web Discord Server
Don't forget to join to our Discord server to be updated on PG Back Web releases and to ask questions: https://discord.gg/BmAwq29UZ8
How to Install
Follow the installation guide to install PG Back Web.
How to Update
Updating to the latest version of PG Back Web is simple. Just pull the latest Docker image or the specific 0.4.0 version with the following commands:
docker pull eduardolat/pgbackweb:latest docker pull eduardolat/pgbackweb:0.4.0Or in your
compose.yamlfile:services: pgbackweb: image: eduardolat/pgbackweb:0.4.0 ################################ ## Rest of your configuration ## ################################Thank you 🫶
If this project is useful to you, please consider supporting it by giving a star on GitHub ⭐️ and sharing it with your friends and colleagues to help them discover it.
Thank you for using PG Back Web!
Full Changelog: https://github.com/eduardolat/pgbackweb/compare/0.3.0...0.4.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00