-
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
mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00