From 69d72fc7d0bbcc3550ae0dede344b681f0726ffc Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:32:30 +0100 Subject: [PATCH 1/2] Update btcpay-server-2-0.md --- blog/_posts/btcpay-server-2-0.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/blog/_posts/btcpay-server-2-0.md b/blog/_posts/btcpay-server-2-0.md index 5ced0ab8..67887a87 100644 --- a/blog/_posts/btcpay-server-2-0.md +++ b/blog/_posts/btcpay-server-2-0.md @@ -46,14 +46,21 @@ As an example, our mainnet demo database, containing around 400,000 invoices, to ## 🔄 Updating to 2.0 -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: +:::warning +Update: As of December 23, 2024, users updating BTCPay Server will automatically migrate to version 2.0. +There's no need to manually git checkout the 2.0 branch anymore. Users on the 2.0 branch will be seamlessly transferred back to the master branch during their next [regular update](https://docs.btcpayserver.org/FAQ/ServerSettings/#how-to-update-btcpay-server). +::: + +**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: ```bash cd $BTCPAY_BASE_DIRECTORY/btcpayserver-docker git fetch -a 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)! From 11a379fa2041eb9549dc8bda48c10435d6666e20 Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:01:44 +0100 Subject: [PATCH 2/2] fix formatting remove italic since it's not applied to paragarph --- blog/_posts/btcpay-server-2-0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/_posts/btcpay-server-2-0.md b/blog/_posts/btcpay-server-2-0.md index 67887a87..0d6b07b3 100644 --- a/blog/_posts/btcpay-server-2-0.md +++ b/blog/_posts/btcpay-server-2-0.md @@ -53,14 +53,14 @@ 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 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)!