On Tuesday, December 9, 2014 12:33:42 PM UTC+2, Peter Schüller wrote: > > > I had version 1.16 which is the currently newest version in Ubuntu 14.04.1 > LTS. > > Then I added the PPA which contains version 2.12 for Ubuntu and upgraded. > > Unfortunately the version 2.12 does not support upgrading from 1.16. > > Which version do I need to download/build/use sqladm upgrade to use it > with 2.12? >
For others who have the same problem: I downloaded the smallest 2.X version I could find (2.1.8) from https://bitbucket.org/nikratio/s3ql/downloads For building I needed to install python3-setuptools and python3-dev Then build worked nicely with $ ./setup.py build_ext --inplace And afterwards I could do $ ./bin/sqladm upgrade Now I did $ sqladm upgrade (this uses the PPA version 2.12) and it upgraded from 20 to 21. Just one curious thing: it said "Upgrading from revision 16 to 20..." although the error about "version too old" gave "Key Error: 17". Best, Peter -- 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.
