Summary: | When migrating from 4.4 to 4.6, kres-migrator isn't run. | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Sergio Martins <smartins> |
Component: | Migration | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | steveire |
Priority: | NOR | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sergio Martins
2011-04-11 00:13:50 UTC
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 |