File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -394,13 +394,13 @@ it just gains the option to use a PostgreSQL database as well.
394394If you just want to use PostgreSQL without using a cluster (for
395395example, as an initial test without risking any significant funds),
396396then 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} `
398398to your ` lightningd ` config or invocation.
399399
400400To 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
405405The above guide assumes you are setting up a new node from scratch.
406406It is also specific to PostgreSQL 12, and setting up for other versions
You can’t perform that action at this time.
0 commit comments