版本发布 8
**Full Changelog**: https://github.com/eduardolat/pgbackweb/compare/v0.5.0...v0.5.1-rc.1
## Thanks 🫂 First of all, thanks to [FetchGoat](http://fetchgoat.com/?utm_source=pgbackweb&utm_medium=referral&utm_campaign=sponsorship) 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](https://buymeacoffee.com/eduardolat). Thanks to @luizkowalski for introducing PSQL18 support ## 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](https://github.com/eduardolat/pgbackweb?tab=readme-ov-file#installation) 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: ```bash docker pull eduardolat/pgbackweb:latest docker pull eduardolat/pgbackweb:0.5.0 ``` Or in your `compose.yaml` file: ```yaml 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
**Full Changelog**: https://github.com/eduardolat/pgbackweb/compare/v0.5.0-rc.3...v0.5.0-rc.4
**Full Changelog**: https://github.com/eduardolat/pgbackweb/compare/v0.5.0-rc.1...v0.5.0-rc.2
Fix update version
Downgrade 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.3 https://www.backblaze.com/docs/cloud-storage-use-the-aws-sdk-for-go-with-backblaze-b2
# PG 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](https://github.com/eduardolat/pgbackweb?tab=readme-ov-file#installation) 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: ```bash docker pull eduardolat/pgbackweb:latest docker pull eduardolat/pgbackweb:0.4.0 ``` Or in your `compose.yaml` file: ```yaml 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
# PG Back Web v0.3.0 ## What's new This release brings a lot of improvements and new features to PG Back Web. ### Highlights of this release: - Add file size to backup executions thanks to @julien-wff - Improve multiple timezone related issues thanks to @julien-wff - Support for both ARM64 and AMD64 architectures - Automatic health check for databases and destinations - Add webhooks to get notified or execute third party actions for the followind events: execution success, execution failed, database healthy, database unhealthy, destination healthy, destination unhealthy - Add duplicate backup button - Add charts to the dashboard summary - Add custom searchable select component - Add better browser alerts - Add browser cache to static files - Improve navigation through the dashboard - Lots of ui improvements ### Other changes - Change base image to Debian 12.7 to take advantage of it's stability - Update golang to 1.23.1 - Use nodejs LTS 20.17.0 - Add dependency checks to tests ### 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 Update Updating to the latest version of PG Back Web is simple. Just pull the latest Docker image or the specific 0.3.0 version with the following commands: ```bash docker pull eduardolat/pgbackweb:latest docker pull eduardolat/pgbackweb:0.3.0 ``` Or in your `compose.yaml` file: ```yaml services: pgbackweb: image: eduardolat/pgbackweb:0.3.0 ################################ ## Rest of your configuration ## ################################ ``` 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! ### New Contributors * @julien-wff made their first contribution in https://github.com/eduardolat/pgbackweb/pull/26 **Full Changelog**: https://github.com/eduardolat/pgbackweb/compare/0.2.0...0.3.0