From b0bf0824dda7858351eecc7800dc6c1a25c59fb5 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 10 Feb 2023 15:48:43 +0900 Subject: [PATCH] Update db migration doc --- docs/db-migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/db-migration.md b/docs/db-migration.md index bc912504c..79162816b 100644 --- a/docs/db-migration.md +++ b/docs/db-migration.md @@ -22,7 +22,7 @@ Please keep us informed if you experience any issues while migrating on [our com ## Procedure -In order to successfully migrate, you will need to run BTCPay Server `1.7.8 or older`. +In order to successfully migrate, you will need to run BTCPay Server `1.7.8 or newer`. As a reminder there are three settings controlling the choice of backend of BTCPay Server which can be controller by command line, environment variable or configuration settings. @@ -43,4 +43,4 @@ If the migration fails, you can revert the `postgres` setting you added, so the ## Known issues * The migration script isn't very optimized, and will attempt to load every table in memory. If your `sqlite` or `mysql` database is too big, you may experience an Out Of Memory issue. If that happen to you, please contact us. -* There are no migration for plugin's data. \ No newline at end of file +* There are no migration for plugin's data.