Skip to content

Commit fd8b667

Browse files
lightningorbniftynei
authored andcommitted
use 'postgres' driver (not postgresql). Include plain url to guide, as link is broken on RTD.
1 parent ce9232a commit fd8b667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/BACKUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,13 +394,13 @@ it just gains the option to use a PostgreSQL database as well.
394394
If you just want to use PostgreSQL without using a cluster (for
395395
example, as an initial test without risking any significant funds),
396396
then after setting up a PostgreSQL database, you just need to add
397-
`--wallet=postgresql://${USER}:${PASSWORD}@${HOST}:${PORT}/${DB}`
397+
`--wallet=postgres://${USER}:${PASSWORD}@${HOST}:${PORT}/${DB}`
398398
to your `lightningd` config or invocation.
399399

400400
To set up a cluster for a brand new node, follow this (external)
401401
[guide by @gabridome][gabridomeguide].
402402

403-
[gabridomeguide]: https://github.com/gabridome/docs/blob/master/c-lightning_with_postgresql_reliability.md
403+
[gabridomeguide]: https://bit.ly/3KffmN3
404404

405405
The above guide assumes you are setting up a new node from scratch.
406406
It is also specific to PostgreSQL 12, and setting up for other versions

0 commit comments

Comments
 (0)