Hi,

As shown below, I was doing a backup-push and wal-e died due to an
uncaught exception.  Has this problem been seen before?  Does anyone
know how to fix it?  I am using version 0.7.3 of wall-e, and the code where
the exception is coming from is as follows:

            backup_cxt.database_backup(
                args.PG_CLUSTER_DIRECTORY,
                rate_limit=rate_limit,
                while_offline=while_offline,
                pool_size=args.pool_size)

Thanks,
Dave




$ envdir /etc/wal-e.d/basebackup_env wal-e backup-push 
/mnt/datastore/pgsql/data
wal_e.operator.backup INFO     MSG: start upload postgres version metadata
        DETAIL: Uploading to 
s3://academia.edu.db/basebackup-archive-production/postgres-main/basebackups_005/base_00000002000027F700000088_00015984/extended_version.txt.
        STRUCTURED: time=2015-07-02T19:00:55.445573-00 pid=1196
wal_e.operator.backup INFO     MSG: postgres version metadata upload 
complete
        STRUCTURED: time=2015-07-02T19:00:55.537057-00 pid=1196
wal_e.operator.backup WARNING  MSG: blocking on sending WAL segments
        DETAIL: The backup was not completed successfully, but we have to 
wait anyway.  See README: TODO about pg_cancel_backup
        STRUCTURED: time=2015-07-02T19:00:55.538207-00 pid=1196
NOTICE:  pg_stop_backup complete, all required WAL segments have been 
archived
wal_e.main   CRITICAL MSG: An unprocessed exception has avoided all error 
handling
        DETAIL: Traceback (most recent call last):
          File "/usr/local/lib/python2.7/dist-packages/wal_e/cmd.py", line 
543, in main
            pool_size=args.pool_size)
          File 
"/usr/local/lib/python2.7/dist-packages/wal_e/operator/backup.py", line 
194, in database_backup
            **kwargs)
          File 
"/usr/local/lib/python2.7/dist-packages/wal_e/operator/backup.py", line 
410, in _upload_pg_cluster_dir
            for tpart in parts:
          File 
"/usr/local/lib/python2.7/dist-packages/wal_e/tar_partition.py", line 391, 
in _segmentation_guts
            if et_info.tarinfo.size > max_partition_size:
        AttributeError: 'NoneType' object has no attribute 'size'
        
        STRUCTURED: time=2015-07-02T19:00:57.607833-00 pid=1196
$ 

-- 
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/d/optout.

Reply via email to