Releases: eduardolat/pgbackweb
v0.4.2
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
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.2
Or in your compose.yaml
file:
services:
pgbackweb:
image: eduardolat/pgbackweb:0.4.2
################################
## Rest of your configuration ##
################################
v0.4.1
In this release I forgot to update the version in the code 🤐 but is the same as v0.4.2
v0.4.0
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 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.0
Or in your compose.yaml
file:
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: 0.3.0...0.4.0
v0.3.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 AMD64 and ARM64 (experimental) 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 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.3.0 version with the following commands:
docker pull eduardolat/pgbackweb:latest
docker pull eduardolat/pgbackweb:0.3.0
Or in your compose.yaml
file:
services:
pgbackweb:
image: eduardolat/pgbackweb:0.3.0
################################
## Rest of your configuration ##
################################
New Contributors
- @julien-wff made their first contribution in #26
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: 0.2.0...0.3.0
v0.2.0
PG Back Web v0.2.0
What's New
Get ready for an even better experience with PG Back Web! This update comes packed with powerful new features designed to make your backup and restoration processes smoother and more efficient.
Highlights of this Release:
- Streamed Backups: Enjoy reduced memory usage and enhanced performance with the fully streamed backups from start to finish.
- Password Reset Command: Easily reset your password with the new command feature (Instructions in the README.md).
- Local Backup Options: No S3? No problem! You can now perform local backups without needing S3 so you can do what you need to do with your data.
- One-Click Restorations: Restore your data effortlessly with just a single click from the web interface.
- Version Alerts: Stay up-to-date with alerts for new versions, ensuring you always have the latest features and improvements.
- Discord Server: Join the official PG Back Web Discord server to connect with other users, ask questions, and get support.
Join the PG Back Web Discord Server
How to Update
Updating to the latest version of PG Back Web is simple. Just pull the latest Docker image or the specific 0.2.0 version with the following commands:
docker pull eduardolat/pgbackweb:latest
docker pull eduardolat/pgbackweb:0.2.0
Or in your compose.yaml
file:
services:
pgbackweb:
image: eduardolat/pgbackweb:0.2.0
################################
## Rest of your configuration ##
################################
Upgrade to PG Back Web v0.2.0 now and experience the ultimate convenience and performance in your backup solutions!
Full Changelog: 0.1.2...0.2.0
v0.1.2
Start backup asynchronously when running manually
Full Changelog: 0.1.0...0.1.2
v0.1.1
Add documentation and run migrations as part of container startup
v0.1.0
Initial release
Look at README.md to learn more about the project