Download Latest Version v0.4.2 source code.tar.gz (465.9 kB)
Email in envelope

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

Home / 0.4.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-02-06 1.1 kB
v0.4.2 source code.tar.gz 2025-02-06 465.9 kB
v0.4.2 source code.zip 2025-02-06 631.9 kB
Totals: 3 Items   1.1 MB 1

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:

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

Or in your compose.yaml file:

:::yaml
services:
  pgbackweb:
    image: eduardolat/pgbackweb:0.4.2

    ################################
    ## Rest of your configuration ##
    ################################
Source: README.md, updated 2025-02-06