• v0.5.1 a1c38a1493

    v0.5.1 Stable

    kerem released this 2025-10-06 08:14:58 +03:00 | 4 commits to main since this release

    📅 Originally published on GitHub: Mon, 06 Oct 2025 05:36:22 GMT
    🏷️ Git tag created: Mon, 06 Oct 2025 05:14:58 GMT

    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:

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

    Or in your compose.yaml file:

    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

    Downloads
  • v0.5.1-rc.1 a1c38a1493

    v0.5.1-rc.1 Pre-release

    kerem released this 2025-10-06 08:14:58 +03:00 | 4 commits to main since this release

    📅 Originally published on GitHub: Mon, 06 Oct 2025 05:15:52 GMT
    🏷️ Git tag created: Mon, 06 Oct 2025 05:14:58 GMT

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

    Downloads
  • v0.5.0-rc.4 9cafda5892

    v0.5.0-rc.4 Pre-release

    kerem released this 2025-09-27 21:45:52 +03:00 | 35 commits to main since this release

    📅 Originally published on GitHub: Sat, 27 Sep 2025 18:46:49 GMT
    🏷️ Git tag created: Sat, 27 Sep 2025 18:45:52 GMT

    Full Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0-rc.3...v0.5.0-rc.4

    Downloads
  • v0.5.0 9cafda5892

    v0.5.0 Stable

    kerem released this 2025-09-27 21:45:52 +03:00 | 35 commits to main since this release

    📅 Originally published on GitHub: Sat, 27 Sep 2025 19:06:24 GMT
    🏷️ Git tag created: Sat, 27 Sep 2025 18:45:52 GMT

    Thanks 🫂

    First of all, thanks to FetchGoat 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.

    Thanks to @luizkowalski for introducing PSQL18 support.

    Also, thank you for using this tool 🙌 I’m really excited because we’re getting close to 200k downloads on Docker Hub!

    If you want to chat, share feedback, or ask questions, feel free to join our Discord community. 💬

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

    docker pull eduardolat/pgbackweb:latest
    docker pull eduardolat/pgbackweb:0.5.0
    

    Or in your compose.yaml file:

    services:
      pgbackweb:
        image: eduardolat/pgbackweb:0.5.0
    
        ################################
        ## Rest of your configuration ##
        ################################
    

    New Contributors

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

    Downloads
  • v0.5.0-rc.3 7a0e6c564e

    v0.5.0-rc.3 Pre-release

    kerem released this 2025-09-27 21:30:07 +03:00 | 36 commits to main since this release

    📅 Originally published on GitHub: Sat, 27 Sep 2025 18:30:38 GMT
    🏷️ Git tag created: Sat, 27 Sep 2025 18:30:07 GMT

    Full Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0-rc.2...v0.5.0-rc.3

    Downloads
  • v0.5.0-rc.2 37e934b821

    v0.5.0-rc.2 Pre-release

    kerem released this 2025-09-27 21:04:15 +03:00 | 37 commits to main since this release

    📅 Originally published on GitHub: Sat, 27 Sep 2025 18:12:03 GMT
    🏷️ Git tag created: Sat, 27 Sep 2025 18:04:15 GMT

    Full Changelog: https://github.com/eduardolat/pgbackweb/compare/v0.5.0-rc.1...v0.5.0-rc.2

    Downloads
  • v0.5.0-rc.1 59bca548e0

    v0.5.0-rc.1 Pre-release

    kerem released this 2025-09-27 20:46:45 +03:00 | 39 commits to main since this release

    📅 Originally published on GitHub: Sat, 27 Sep 2025 17:54:26 GMT
    🏷️ Git tag created: Sat, 27 Sep 2025 17:46:45 GMT

    What's Changed

    New Contributors

    Full Changelog: https://github.com/eduardolat/pgbackweb/compare/0.4.2...v0.5.0-rc.1

    Downloads
  • 0.4.2 597ad08bc3

    0.4.2 Stable

    kerem released this 2025-02-06 19:08:08 +03:00 | 64 commits to main since this release

    📅 Originally published on GitHub: Thu, 06 Feb 2025 16:08:47 GMT
    🏷️ Git tag created: Thu, 06 Feb 2025 16:08:08 GMT

    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 ##
        ################################
    
    Downloads
  • 0.4.1 97750afbde

    0.4.1 Stable

    kerem released this 2025-02-06 18:59:45 +03:00 | 66 commits to main since this release

    📅 Originally published on GitHub: Thu, 06 Feb 2025 16:01:56 GMT
    🏷️ Git tag created: Thu, 06 Feb 2025 15:59:45 GMT

    In this release I forgot to update the version in the code 🤐 but is the same as v0.4.2

    Downloads
  • 0.4.0 dbf8305b80

    0.4.0 Stable

    kerem released this 2025-02-06 06:49:33 +03:00 | 68 commits to main since this release

    📅 Originally published on GitHub: Thu, 06 Feb 2025 04:03:16 GMT
    🏷️ Git tag created: Thu, 06 Feb 2025 03:49:33 GMT

    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: https://github.com/eduardolat/pgbackweb/compare/0.3.0...0.4.0

    Downloads