On Feb 4, 2014 2:03 AM, <[email protected]> wrote: > > Sorry - I ought to have posted versions. This is PostgreSQL 9.3 on an Ubuntu 12.04LTS EC2 instance, with WAL-E 0.6.6. > > Thanks, > Dan > > > On Tuesday, 4 February 2014 09:46:23 UTC, Dan Fairs wrote: >> >> Hi, >> >> I'm having a strange problem uploading a base backup from an EC2 instance to S3. Here's what I'm seeing: >> >> postgres@precise64:~$ envdir /etc/wal-e.d/env /opt/wal-e/bin/wal-e backup-push /var/lib/postgresql/9.3/main >> wal_e.operator.s3_operator INFO MSG: start upload postgres version metadata >> DETAIL: Uploading to s3://mybucketname/platform/basebackups_005/base_000000010000000A00000063_00000040/extended_version.txt. >> STRUCTURED: time=2014-02-04T09:34:50.511856-00 pid=6116 >> wal_e.operator.s3_operator INFO MSG: postgres version metadata upload complete >> STRUCTURED: time=2014-02-04T09:34:51.089471-00 pid=6116 >> wal_e.worker.s3_worker INFO MSG: beginning volume compression >> DETAIL: Building volume 0. >> STRUCTURED: time=2014-02-04T09:34:51.406947-00 pid=6116 >> wal_e.worker.s3_worker INFO MSG: begin uploading a base backup volume >> DETAIL: Uploading to "s3://mybucketname/platform/basebackups_005/base_000000010000000A00000063_00000040/tar_partitions/part_0.tar.lzo". >> STRUCTURED: time=2014-02-04T09:34:54.617162-00 pid=6116 >> wal_e.worker.s3_worker INFO MSG: Retrying send because of a socket error >> DETAIL: The socket error's message is '[Errno 104] Connection reset by peer'. There have been 1 attempts to send the volume 0 so far. >> STRUCTURED: time=2014-02-04T09:36:24.737584-00 pid=6116 >> wal_e.worker.s3_worker INFO MSG: Retrying send because of a socket error >> DETAIL: The socket error's message is '[Errno 104] Connection reset by peer'. There have been 2 attempts to send the volume 0 so far. >> STRUCTURED: time=2014-02-04T09:37:50.120178-00 pid=6116 >> >> I initially thought it was probably a permissions issue - but I note that WAL-E successfully uploads its metadata information (extended_version.txt). However, every attempt to upload the actual backups fails with a timeout. Has anyone seen anything like this before? (I'm not an Amazon expert...) >> >> It could just be S3 having a wobbly I guess, so I'll keep trying!
It does appear to be the latter, or something in between you and S3. This error means, inscrutably, that the other party in the connection (peer) has ended the session. -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
