-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Restore from prior backup loses settings after an app is reinstalled #1407
Comments
Thanks, we will take a look.
Rethink doesn't rely on "uid" anymore for restores. |
|
Those are not prescriptive. If you're technical enough, review: rethink-app/app/src/main/java/com/celzero/bravedns/database/RefreshDatabase.kt Lines 116 to 204 in 7df3853
Sounds like it was a botched migration (this is something we don't control and is implemented by "Room", a library by Google). Does retrying restoring from the same backup work?
May be. We don't test Rethink with Work Profiles, and so, are unaware of what bugs lurk (though, we do encourage bug reports on Rethink + Work Profile): #150 Are the Work Profile apps the only ones that did not restore? If you're comfortable, can you email the backup file to me: |
In v0.5.5h backup & restore still broken i lost all config after restore, stil not understand why you rely on
uid
.i just test the app by
Backup > remove some app and reinstall it > Restore
uid
of the app was change, seem like it make restore rule to wrong app, some config lost.firewall rule for this app
lostif you use it in real life, and one day you change mobile, you will know why Backup&Restore so importance.
The text was updated successfully, but these errors were encountered: