mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-04 09:58:13 +01:00
Update db migration doc
This commit is contained in:
parent
dea5991e01
commit
b0bf0824dd
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue