Releases: eduardolat/pgbackweb
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