Version: GIT (master) OS: Linux When migrating from 4.4 to 4.6, kres-migrator isn't run. Reproducible: Didn't try Steps to Reproduce: Create an empty user. Run kontact 4.4 and add some calendars. Upgrade to kdepim-master. Run kontact.
Could you please post your kres-migratorrc?
Even better if you could provide it for every step btw, instead of just the end result.
1. Created a new user on my arch system ( 4.4 ) 2. Started Kontact [Migration] Version-calendar=2 Version-contact=2 3. Created an ical calendar 4. Closed kontact 5. Copied my 4.6 .bashrc and sourced it 6. Started kontact and migrator didn't run, korg has no calendars kres-migratorrc is still: [Migration] Version-calendar=2 Version-contact=2
Please try this patch: diff --git a/migration/kres/kres-migratorrc b/migration/kres/kres-migratorrc index 3ec1176..1044132 100644 --- a/migration/kres/kres-migratorrc +++ b/migration/kres/kres-migratorrc @@ -1,4 +1,4 @@ [Migration] Enabled=true SetupClientBridge=false -TargetVersion=2 +TargetVersion=3 Thanks.
Git commit 1b5985f80e9e8a8b27d00a9ebe1851fd095eafb4 by Sergio Martins. Committed on 13/05/2011 at 11:29. Pushed by smartins into branch 'master'. Increment the target version so the migrator runs. CCBUG: 270631 M +1 -1 migration/kres/kres-migratorrc http://commits.kde.org/kdepim-runtime/1b5985f80e9e8a8b27d00a9ebe1851fd095eafb4
Git commit 7db6ad4620bd322f85077068eb7c3bc505bf423e by Sergio Martins. Committed on 13/05/2011 at 11:33. Pushed by smartins into branch 'master'. Always check legacy kres for migration. Patch by Volker. BUG: 270631 M +12 -1 akonadi/firstrun.cpp M +1 -0 akonadi/firstrun_p.h http://commits.kde.org/kdepimlibs/7db6ad4620bd322f85077068eb7c3bc505bf423e
Git commit eb28c54928d92cf8e82640adc1d82ca16311ef59 by Sergio Martins. Committed on 13/05/2011 at 11:33. Pushed by smartins into branch '4.6'. Always check legacy kres for migration. Patch by Volker. BUG: 270631 M +12 -1 akonadi/firstrun.cpp M +1 -0 akonadi/firstrun_p.h http://commits.kde.org/kdepimlibs/eb28c54928d92cf8e82640adc1d82ca16311ef59
Git commit d9f25199e84d7e35a7c273f7b825b6bbed38f305 by Sergio Martins. Committed on 13/05/2011 at 11:29. Pushed by smartins into branch '4.6'. Increment the target version so the migrator runs. CCBUG: 270631 M +1 -1 migration/kres/kres-migratorrc http://commits.kde.org/kdepim-runtime/d9f25199e84d7e35a7c273f7b825b6bbed38f305