Update db migration doc

This commit is contained in:
nicolas.dorier 2023-02-10 15:48:43 +09:00
parent dea5991e01
commit b0bf0824dd
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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.
* There are no migration for plugin's data.