Hello, recently we’ve upgraded PBM from 2.9.1 to 2.10.0.
We’re uploading backups to GCS
After the migration we’ve noticed that some objects appear to be partially uploaded, unfortunately there is no errors logged when this occurs.
With 2.9.1 we were using the S3 driver with retries setup.
With 2.10.0 we had to migrate to GCS driver without configuring any retry (this option is not documented). Taking a look at the source code it looks like it is possible to setup backoff options (backoffInitial
, backoffMax
, and backoffMultiplier
) but I am not entirely clear how to properly configure these so there’s a maximum number of retries, can you please clarify?
S3 driver has been quite reliable for us and it is logging errors that take place during transfer, is there any chance to force 2.10.0 to continue using S3 driver while uploading backups to GCS? The GCS implementation doesn’t seem as reliable and S3 one so we are forced to continue using 2.9.1 for now.