Update README.md to include upgrade instructions (#811)

Update README.md to include upgrade instructions
This commit is contained in:
jahway603 2023-06-28 20:43:59 -04:00 committed by GitHub
parent a5ee4d9460
commit 5d1a55b3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -593,3 +593,7 @@ SET search_path TO "BTCPayServer.Plugins.MyPlugin", public;
# table list now also shows the MyPlugin tables # table list now also shows the MyPlugin tables
\dt \dt
``` ```
## How do I upgrade my BTCPay Server docker?
Run the script `./btcpay-update.sh` and patiently wait for your server to be upgraded.