Download Latest Version v0.5.1 source code.tar.gz (500.5 kB)
Email in envelope

Get an email when there's a new version of PGBackWeb

Home / v0.5.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-10-06 2.0 kB
v0.5.1 source code.tar.gz 2025-10-06 500.5 kB
v0.5.1 source code.zip 2025-10-06 671.1 kB
Totals: 3 Items   1.2 MB 1

Thanks 🫂

First of all, thanks to FetchGoat for sponsoring the project, their help is invaluable to the project.

Thanks to @PatrikScully for implementing the support for path prefix config.

Thanks to all the people who have supported the project through Buy Me A Coffee.

[!NOTE] We're growing! New name, bigger future

PG Back Web is becoming UFO Backup! The new name reflects a future where the project expands beyond PostgreSQL, making powerful backups simple and accessible for everyone

Curious about the roadmap or want to shape the project's future? Join the community to discuss ideas and influence decisions, everyone's input is welcome!

What's Changed

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.1 version with the following commands:

:::bash
docker pull eduardolat/pgbackweb:latest
docker pull eduardolat/pgbackweb:0.5.1

Or in your compose.yaml file:

:::yaml
services:
  pgbackweb:
    image: eduardolat/pgbackweb:0.5.1

    ################################
    ## Rest of your configuration ##
    ################################

New Contributors

Full Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0...v0.5.1

Source: README.md, updated 2025-10-06