-
Notifications
You must be signed in to change notification settings - Fork 529
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
CL run lightning-cli backup-compact regularly #2869
Milestone
Comments
Since CL does not need to stop for this it could be a cronjob installed with the backup plugin. |
openoms
added a commit
that referenced
this issue
Jan 6, 2022
#2869 using the admin crontab, check with: crontab -u admin -l
openoms
added a commit
that referenced
this issue
Jan 6, 2022
#2869 using the admin crontab, check with: crontab -u admin -l
@openoms do you see this issue well tested enough to close for release? |
Yes. Complete with fb65c0e |
Just did a manual run successfully too:
|
Perfect. So closing issue for release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CL database backup can fill up the SDcard, but compacting is efficient:
Went from 1.7 GB to 130MB.
the actual database on the same node:
Can use
config.scripts/cl-plugin.backup.sh backup-compact
or just:
lightning-cli backup-compact
The text was updated successfully, but these errors were encountered: