-
Notifications
You must be signed in to change notification settings - Fork 129
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
Backup is out of date, we cannot continue safely. Emergency shutdown. #326
Comments
This happens when the node was started without the backup plugin, i.e., it's missing a couple of changes that were applied to the original DB. If the main DB is working you can just re-initialize the backup file (delete then |
@manelio did that resolve your issue? |
I have the same issue. What I did is to backup the out of date/corrupted(?) DB(.sqlite3 and .sqlite3-journal) on the lightning dir and external backup file, just to make sure it is safe. And then do what @cdecker told, to remove the external backup file and re-init the backup plugin. I guess it fixed the problem. |
i have the same issue after raspiblitz crashed, maybe due to overheating? was running a lot of channels and two nodes... could somebody walk me through the steps of recovering? i'm not sure what data to backup and how, and what needs to be removed. |
how do i know if the main DB is working? /home/bitcoin/.lightning/bitcoin/cl.log outputs:
|
fixed my node by running config.scripts/cl-plugin.backup.sh on following this: raspiblitz/raspiblitz#3015 |
I'm using lightningd via raspiblitz.
After restarting after a power failure lightningd is not running anymore.
When I try to start the service manually I receive an error message
Backup is out of date, we cannot continue safely. Emergency shutdown.
:Is there any way to fix this problem?
The text was updated successfully, but these errors were encountered: