Hi, 

Using 2.12.

I can't seem to pull a metadata-download from a backup of s3ql_metadata 
and/or s3ql_metadata_bak_2.

I am using a back up as I want to make sure that the files are not changed 
by a failed upgrade to 2.13.

I am able to s3qladm. When I s3qladm I get an error as follows:

Error retrieving information about s3ql_metadata, skipping
Error retrieving information about s3ql_metadata_bak_2, skipping

I am unable to fsck, where I get an error as follows:
File://"s3ql/backends/comprenc.py", line 381, in _convert_legacy_metadata
    meta_new['data'] = meta['data']
KeyError: 'data'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/jb/s3ql/s3ql-2.12/bin/fsck.s3ql", line 26, in <module>
    s3ql.fsck.main(sys.argv[1:])
  File "/home/jb/s3ql/s3ql-2.12/src/s3ql/fsck.py", line 1177, in main
    param = backend.lookup('s3ql_metadata')
  File "/home/jb/s3ql/s3ql-2.12/src/s3ql/backends/comprenc.py", line 72, in 
lookup
    meta_raw = self._convert_legacy_metadata(meta_raw)
  File "/home/jb/s3ql/s3ql-2.12/src/s3ql/backends/comprenc.py", line 383, 
in _convert_legacy_metadata
    raise CorruptedObjectError('meta key data is missing')
s3ql.backends.common.CorruptedObjectError: meta key data is missing

Any solutions or patches to enable me to force the metadata to be accepted 
would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" 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