mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-04 18:06:08 +01:00
Update db-migration.md
This commit is contained in:
parent
537acab16d
commit
3658b396d3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue