I’ve just updated all the way up from Capactor 2 to 7 - that was fun
I followed the docs for Preferences.migrate() to migrate the old Storage service data but noticed that the CapacitorStorage.xml doesn’t seem any different between the two. So I just tried an experiment (on Android only) updating my old app (cap v2) to my new app (cap v7) without calling migrate() and it still read the old CapacitorStorage.xml without any noticeable issues. I’m only storing a single key with the value being a JSON string of more key/value pairs. I’m not likely to risk not using it but I am intrigued. What does migrate actually do under the hood?