github eduardolat/pgbackweb 0.4.2
v0.4.2

6 hours ago

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 ##
    ################################

Don't miss a new pgbackweb release

NewReleases is sending notifications on new releases.