boedy commented on PR #1137: URL: https://github.com/apache/cordova-android/pull/1137#issuecomment-1149042170
I'm currently not able to upgrade to version 10 as I have not yet found a way to migrate IndexedDB storage. Copying the contents of the old directories doesn't work unfortunately: From: ``` /data/user/0/<app_id>/app_webview/Default/IndexedDB/file__0.indexeddb.leveldb /data/user/0/<app_id>/app_webview/Default/IndexedDB/file__0.indexeddb.blob ``` to: ``` /data/user/0/<app_id>/app_webview/Default/IndexedDB/https_localhost_0.indexeddb.leveldb /data/user/0/<app_id>/app_webview/Default/IndexedDB/https_localhost_0.indexeddb.blob ``` Haven't figured out yet why it doesn't work. Has anyone managed to successfully migrate indexedDB? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
