You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/06/07 18:49:08 UTC

[GitHub] [cordova-android] boedy commented on pull request #1137: breaking: implement WebViewAssetLoader

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org