timescale / timescaledb-wale

Dockerized WAL-E with an HTTP API
Apache License 2.0
21 stars 9 forks source link

errno 32 broken pipe when backup-push to s3 #7

Closed xshadowlegendx closed 3 years ago

xshadowlegendx commented 3 years ago

I followed the Backup & restore section on timescale website and it works, but I want to upload my backup to s3 bucket so I set correspoding env for it, first i saw it upload some files to my bucket but then It stuck on the error below now

...
wal_e.worker.upload INFO     MSG: Retrying send because of a socket error
        DETAIL: The socket error's message is '[Errno 32] Broken pipe'.  There have been 6 attempts to send the volume 0 so far.
        STRUCTURED: time=2020-10-29T04:30:05.328261-00 pid=102
...
xshadowlegendx commented 3 years ago

I try forking the repo and update python wal-e deps to latest version 1.1.1 and it works now