-
Notifications
You must be signed in to change notification settings - Fork 472
Updated to version 1.8.0 but data doesn't copy #305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I got the same issue |
Yes, we're aware of the issue, |
I got the same issue |
Version v1.8.1 is released, please try that one |
Upgraded to 1.8.1 (coming from 1.6.3), but the data is still not migrated. |
use the v1.7.1. |
Not really an option to stay on an old version forever because the migration does not work? |
@ck86 |
Somehow on my first try to upgrade from <1.8 to 1.8.1 failed, but later on it worked. I don't know why. Unfortunately we already published an app with 1.8.0 where the migration failed. |
Sorry to hear that.
In your case, publishing version with AsyncStorage 1.8.1 won't work? |
As far as I understood is that AsyncStorage >= 1.8 will not migrate old data when the manifest.json already exists in the new directory ( |
I'm afraid so, in that scenario, the migration is "done". I think we only check if |
Not sure what is actually checked, but this is what was mentioned in the release:
Anyway, when the new storage location is used the old one is not checked anymore. I could switch between my Apps in Testflight and saw different states of the app. |
Regardless of my issue which I solved by manually migrating the data, I think 1.8.1 fixed this issue. :) |
Current behavior
The warning says:
Failed to copy old storage directory to new storage directory location during migration: Error Domain=NSCocoaErrorDomain Code=4 "The file "RCTAsyncLocalStorage_V1" doesn't exist""
Environment
The text was updated successfully, but these errors were encountered: