> > I don't think that's correct (depending on what you mean with minor > version). You definitely don't always need to go from 2.x to 2.x+1. It's > just that you can't always go straight to the newest release. > For your case, I think you might be able to go straight from 2.15 to > 2.21. You definitely don't need more than one intermediate version (in > these versions, the file system revision changed only once from 22 to 23 > in 2.17).
I read this here, though admittedly it's a year old now so perhaps advice has changed: https://groups.google.com/forum/#!topic/s3ql/xXQjtOo1NeQ What problems do you encounter? This should be pretty easy to do. Worst > case you could also install either from source. The problems I had with 2.15 from Ubuntu packages I detailed here (incompatible versions, and I don't know enough about apt to allow installing versions not present in current apt sources): https://groups.google.com/forum/#!topic/s3ql/HZMwANnmlzc Please post the error. The error for the upgrade is: xxx@xxx:~/# s3qladm upgrade s3://xxx Getting file system parameters.. Using cached metadata. File system is damaged, need to run fsck before upgrade. ERROR: Uncaught top-level exception: Traceback (most recent call last): File "/usr/local/bin/s3qladm", line 11, in <module> load_entry_point('s3ql==2.21', 'console_scripts', 's3qladm')() File "/usr/local/lib/python3.5/dist-packages/s3ql-2.21-py3.5-linux-x86_64.egg/s3ql/adm.py" , line 93, in main options.cachedir)) File "/usr/local/lib/python3.5/dist-packages/s3ql-2.21-py3.5-linux-x86_64.egg/s3ql/adm.py" , line 248, in upgrade print(get_old_rev_msg(param['revision'], 'fsck.s3ql')) File "/usr/local/lib/python3.5/dist-packages/s3ql-2.21-py3.5-linux-x86_64.egg/s3ql/adm.py" , line 206, in get_old_rev_msg ''' % { 'version': REV_VER_MAP[rev], KeyError: 22 And the error for the recommended fsck is: xxx@xxx:~/# fsck.s3ql s3://xxx Starting fsck of s3://xxx/ Using cached metadata. WARNING: Remote metadata is outdated. ERROR: File system revision too old, please run `s3qladm upgrade` first. Thank you for the old docs - should all else fail I should be able to navigate using those! -- 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.
