From 3658b396d3d84365721be9ebaf7dd6d7cff3b97a Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Sat, 11 Feb 2023 21:04:43 +0900 Subject: [PATCH] Update db-migration.md --- docs/db-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db-migration.md b/docs/db-migration.md index 0fab0fb21..06c7f2f99 100644 --- a/docs/db-migration.md +++ b/docs/db-migration.md @@ -34,7 +34,7 @@ As a reminder there are three settings controlling the choice of backend of BTCP If you are currently using `mysql` or `sqlitefile`, and you wish to migrate to postgres, you simply need to add the command line argument `--postgres` or the environment variable `BTCPAY_POSTGRES` pointing to a fresh postgres database. -**Careful: Do not remove the former mysql or sqlitefile setting, you should have both: the postgres setting and the formet sqlite/mysql setting** +**Careful: Do not remove the former mysql or sqlitefile setting, you should have both: the postgres setting and the former sqlite/mysql setting** From `1.7.8`, BTCPay Server will interprete this and attempt to copy the data from mysql and sqlite into the new postgres database.