Fix typo in doc/BACKUP.md

This commit is contained in:
Luke Childs
2021-02-18 13:03:50 +07:00
committed by Rusty Russell
parent 9bb2b4a909
commit dc38e65ed3

View File

@@ -316,7 +316,7 @@ It is also specific to PostgreSQL 12, and setting up for other versions
If you want to continue a node that started using an SQLITE3 database, If you want to continue a node that started using an SQLITE3 database,
note that we do not support this. note that we do not support this.
You should set up a new PostgreSQL node, move funds from the SQLITE3 You should set up a new PostgreSQL node, move funds from the SQLITE3
node to the PostgreSQL node, then shut dwon the SQLITE3 node node to the PostgreSQL node, then shut down the SQLITE3 node
permanently. permanently.
There are also more ways to set up PostgreSQL replication. There are also more ways to set up PostgreSQL replication.