-
Notifications
You must be signed in to change notification settings - Fork 243
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
Failed to load database path after update #2413
Comments
I have just run into the same issue. Did you manage to find a solution? |
Yes, I moved to a different wallet (Sparrow) |
For the searchers that may arrive here, my steps to resolve this issue:
This basically rebuilds the wallet transaction data for the wallet in wallet file, and re-assigns all the data added by Specter (eg UTXO labels). So really nothing was lost, only a reference to a database/cache file that can be 'recreated'. |
It worked the first time I had this issue, then it broke again with the next update, and the "recreate the wallet" method wouldn't fix it any more. IMO, this app is too brittle, and I don't want a "move fast and break things" wallet. |
Describe the bug
After upgrading Specter in umbrel to 2.0.2, my wallets no longer load properly with the error messages in the screenshot below. When l attach to the docker container, I see that there is no /data/.bitcoin folder, but I can still see the wallets json files in /data/wallets/main as well as a db.sqlite in /data/sqlite. Any chance I can recover the wallets and especially the labels associated with the addresses?
Screenshots
The text was updated successfully, but these errors were encountered: