Migrate Evolution

The notes at Ubuntu’s Wiki is outdated, so here are the steps I took:

shutdown
force-shutdown
ps aux | grep evol ; kill xxx
rm -rf .config/evolution .local/share/evolution .cache/evolution
cp -rv /backup/previous_os_version/home/ceda/.config/evolution .config/
cp -rv /backup/previous_os_version/home/ceda/.local/share/evolution .local/share/

UI settings are lost but the accounts are still there. I didn’t try migrating the data (cache)

This work by Fredrik Wendt is licensed under CC by-sa.