diff --git a/blog/_posts/btcpay-server-2-0.md b/blog/_posts/btcpay-server-2-0.md index df32ffac..0d6b07b3 100644 --- a/blog/_posts/btcpay-server-2-0.md +++ b/blog/_posts/btcpay-server-2-0.md @@ -53,8 +53,8 @@ There's no need to manually git checkout the 2.0 branch anymore. Users on the 2. **Paragraph below is now outdated!** -*Updating to BTCPay Server 2.0 is a one-way process with no option for rolling back. Because of that, we're making it opt-in, requiring that you [SSH into your server](https://docs.btcpayserver.org/FAQ/ServerSettings/#how-to-ssh-into-my-btcpay-running-on-vps) and run: -* +Updating to BTCPay Server 2.0 is a one-way process with no option for rolling back. Because of that, we're making it opt-in, requiring that you [SSH into your server](https://docs.btcpayserver.org/FAQ/ServerSettings/#how-to-ssh-into-my-btcpay-running-on-vps) and run: + ```bash cd $BTCPAY_BASE_DIRECTORY/btcpayserver-docker git fetch -a @@ -62,8 +62,8 @@ git checkout 2.0 ./btcpay-update.sh ``` -*Please note that the database migration might take a few minutes, depending on the size of your installation. Enjoy BTCPay 2.0 and [let us know your thoughts](https://github.com/btcpayserver/btcpayserver/discussions/6294)! -* +Please note that the database migration might take a few minutes, depending on the size of your installation. Enjoy BTCPay 2.0 and [let us know your thoughts](https://github.com/btcpayserver/btcpayserver/discussions/6294)! + ### ✔ Post-update checklist - If your server **crashed** during the update (it shouldn’t, we’ve done extensive testing), please post server logs [here](https://github.com/btcpayserver/btcpayserver/discussions/6296), we will prioritize support for instances that experienced problems during migration