Skip to content

Commit

Permalink
doc: remove ambiguity for functionality enabled after a release version
Browse files Browse the repository at this point in the history
Changelog-None: remove ambiguity for functionality enabled after a release version

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo authored and rustyrussell committed Mar 9, 2022
1 parent c357411 commit 2c55c27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/BACKUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ backup strategies below.

`/!\` WHO SHOULD DO THIS: Casual users.

`/!\` **CAUTION** `/!\` This technique is only supported on 0.10.3
`/!\` **CAUTION** `/!\` This technique is only supported after the version v0.10.2 (not included)
or later.
On earlier versions, the `:` character is not special and will be
considered part of the path of the database file.
Expand Down Expand Up @@ -234,7 +234,7 @@ such as (not an exhaustive list!):
of multiple physical media.
* BTRFS RAID-1 or RAID-10, a filesystem built into Linux.
* ZFS RAID-Z, a filesystem that cannot be legally distributed with the Linux
kernel, but can be distributed in a BSD system, and can be installed
kernel, but can be distributed in a BSD system, and can be installed
on Linux with some extra effort, see
[ZFSonLinux](https://zfsonlinux.org).

Expand Down Expand Up @@ -430,7 +430,7 @@ Consider using `--wallet=sqlite3://${main}:${backup}` above, instead.
[issue 4857]: https://github.com/ElementsProject/lightning/issues/4857

One of the simpler things on any system is to use Litestream to replicate the SQLite database.
It continuously streams SQLite changes to file or external storage - the cloud storage option
It continuously streams SQLite changes to file or external storage - the cloud storage option
should not be used.
Backups/replication should not be on the same disk as the original SQLite DB.

Expand Down

0 comments on commit 2c55c27

Please sign in to comment.