4
3
After upgrading Chromium from 34 to 35, the usability of Chromium went downhill. So I decided to downgrade Chromium. Fortunately, the previous version of Chromium was still somewhere on my disk, so downgrading (in ArchLinux) was as simple as:
sudo pacman -U /var/cache/pacman/pkg/chromium-34.0.1847.137-1-x86_64.pkg.tar.xz
After running the previous command, Chromium did start, but unfortunately, I kept getting bugged by the following message on start-up:
Your profile can not be used because it is from a newer version of Google Chrome. Some features may be unavailable. Please specify a different profile directory or use a newer version of Chrome.
One way to get rid of this message is to delete ~/.config/chromium/Default/Web Data
, but this also caused my search engine keywords to disappear.
How can I downgrade Chromium without losing any data?
Note: I'm using Linux, but this problem is platform-independent. Feel free to answer from the perspective of a non-Linux operating system such as Windows.
Yeah, because it's practical to backup your whole system and all your data every few hours when Google releases a new version… well, maybe if you're Google. – Synetech – 2018-05-09T06:23:53.547
Just out of curiosity.. Do you really want to run an outdated browser version forever now? This has quite a few security implications. – slhck – 2014-05-23T16:31:56.637
@slhck No, just until the UX bugs are fixed. After upgrading, I got random visual artifacts, bad font rendering in the UI, random black rectangles, and dragging bugs (http://crbug.com/376761). This is even worse than the JavaScript and devtools bugs in Chromium 33 (which I skipped as well). If the bug doesn't get resolved within two release cycles, I will run my own compiled version of Chromium with Aura disabled.
– Rob W – 2014-05-23T16:39:00.610In the future, you might find this is a lot easier, if you make a backup of your system/data before you upgrade. – Zoredache – 2014-05-23T18:03:50.347