From fd8b667e6a087edebe8907d249180c4e26c58337 Mon Sep 17 00:00:00 2001 From: Orb Date: Mon, 15 Aug 2022 07:24:37 +0800 Subject: [PATCH] use 'postgres' driver (not postgresql). Include plain url to guide, as link is broken on RTD. --- doc/BACKUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/BACKUP.md b/doc/BACKUP.md index 720b49208..6fd1e1ac5 100644 --- a/doc/BACKUP.md +++ b/doc/BACKUP.md @@ -394,13 +394,13 @@ it just gains the option to use a PostgreSQL database as well. If you just want to use PostgreSQL without using a cluster (for example, as an initial test without risking any significant funds), then after setting up a PostgreSQL database, you just need to add -`--wallet=postgresql://${USER}:${PASSWORD}@${HOST}:${PORT}/${DB}` +`--wallet=postgres://${USER}:${PASSWORD}@${HOST}:${PORT}/${DB}` to your `lightningd` config or invocation. To set up a cluster for a brand new node, follow this (external) [guide by @gabridome][gabridomeguide]. -[gabridomeguide]: https://github.com/gabridome/docs/blob/master/c-lightning_with_postgresql_reliability.md +[gabridomeguide]: https://bit.ly/3KffmN3 The above guide assumes you are setting up a new node from scratch. It is also specific to PostgreSQL 12, and setting up for other versions