mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
missing --lightning-dir
It seems that the plugin require `--lightning-dir` , using without `--lightning-dir` result with an error.
This commit is contained in:
committed by
Rusty Russell
parent
cf1dd779d1
commit
1b705f0cc9
@@ -97,7 +97,7 @@ The `backup` plugin requires Python 3.
|
|||||||
* Ideally you have an NFS or other network-based mount on your system,
|
* Ideally you have an NFS or other network-based mount on your system,
|
||||||
into which you will put the backup.
|
into which you will put the backup.
|
||||||
* Stop your Lightning node.
|
* Stop your Lightning node.
|
||||||
* `/path/to/backup-cli init ${LIGHTNINGDIR} file:///path/to/nfs/mount`.
|
* `/path/to/backup-cli init --lightning-dir ${LIGHTNINGDIR} file:///path/to/nfs/mount`.
|
||||||
This creates an initial copy of the database at the NFS mount.
|
This creates an initial copy of the database at the NFS mount.
|
||||||
* Add these settings to your `lightningd` configuration:
|
* Add these settings to your `lightningd` configuration:
|
||||||
* `important-plugin=/path/to/backup.py`
|
* `important-plugin=/path/to/backup.py`
|
||||||
|
|||||||
Reference in New Issue
Block a user