github eduardolat/pgbackweb 0.3.0
v0.3.0

11 days ago

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

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

Don't miss a new pgbackweb release

NewReleases is sending notifications on new releases.