From 57a98b76671d002b3d0f31bade1270c3d2606650 Mon Sep 17 00:00:00 2001 From: d11n Date: Thu, 1 Aug 2024 10:55:15 +0200 Subject: [PATCH 1/2] BTCPay Server: Remove deprecated NBXplorer options Fixes getumbrel/umbrel-apps#1292. --- btcpay-server/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/btcpay-server/docker-compose.yml b/btcpay-server/docker-compose.yml index eb555a3fa8..86bfec9c34 100644 --- a/btcpay-server/docker-compose.yml +++ b/btcpay-server/docker-compose.yml @@ -26,8 +26,6 @@ services: NBXPLORER_BTCRPCUSER: $APP_BITCOIN_RPC_USER NBXPLORER_BTCRPCPASSWORD: $APP_BITCOIN_RPC_PASS NBXPLORER_POSTGRES: User ID=postgres;Host=btcpay-server_postgres_1;Port=5432;Application Name=nbxplorer;MaxPoolSize=20;Database=nbxplorer$APP_BITCOIN_NETWORK - NBXPLORER_AUTOMIGRATE: 1 - NBXPLORER_NOMIGRATEEVTS: 1 NBXPLORER_BTCHASTXINDEX: 1 web: From e2178cf7f4e5d7b702941c23362a782c79de4ab9 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 1 Aug 2024 21:43:01 +1000 Subject: [PATCH 2/2] update manifest --- btcpay-server/umbrel-app.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/btcpay-server/umbrel-app.yml b/btcpay-server/umbrel-app.yml index 324dd77129..a1606a5281 100644 --- a/btcpay-server/umbrel-app.yml +++ b/btcpay-server/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: btcpay-server category: bitcoin name: BTCPay Server -version: "1.13.5" +version: "1.13.5-hotfix1" tagline: Accept Bitcoin payments with 0 fees & no 3rd party description: >- BTCPay Server is a payment processor that allows you to receive @@ -34,19 +34,15 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - This update brings BTCPay Server to version 1.13.5, and includes various new features, bug fixes, and improvements. + This hotfix for the umbrelOS app store removes depecrated database migration options from NBXplorer, which were preventing BTCPay Server from starting properly. - Highlights: - - - Checkout now displays an item description if one is available - - - Crashed plugins are now automatically disabled on the dashboard - - - Refunds have now been added to reports - - - General improvments to the POS, receipts, and invoices + Highlights from previous release notes: + - Checkout now displays an item description if one is available + - Crashed plugins are now automatically disabled on the dashboard + - Refunds have now been added to reports + - General improvments to the POS, receipts, and invoices Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases. submitter: Umbrel