How does one migrate Chrome browser bookmarks between 32 bit and 64 bit Pi systems?
I tried exporting bookmarks on the 32 bit system, booting the 64 bit system and mounting the old root file systme, then importing the saved bookmark file. That produced a permissions denied error
Next I copied the bookmarks file to the 64 bit system and discovered the file was owned by root. Changing ownership to my username causes the import command to claim the import was successful, but the saved bookmarks aren't displayed.
I'm guessing this problem has something to do with permissions mismatch, but it didn't get fixed by a simple chown command. Thanks for reading, any guidance appreciated.