From 6e62de55375628c15c4a5345cbad348c9d3e718e Mon Sep 17 00:00:00 2001 From: d11n Date: Thu, 1 Aug 2024 13:50:17 +0200 Subject: [PATCH] BTCPay Server hotfix for NBXplorer (#1293) Co-authored-by: nmfretz --- btcpay-server/docker-compose.yml | 2 -- btcpay-server/umbrel-app.yml | 18 +++++++----------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/btcpay-server/docker-compose.yml b/btcpay-server/docker-compose.yml index eb555a3f..86bfec9c 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: diff --git a/btcpay-server/umbrel-app.yml b/btcpay-server/umbrel-app.yml index 324dd771..a1606a52 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