Skip to content

Commit

Permalink
Update/nbx migration (#63)
Browse files Browse the repository at this point in the history
* delete old sqlite db after migration

* bump version
  • Loading branch information
elvece authored Apr 19, 2024
1 parent cfaf3e9 commit f4d26e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: btcpayserver
title: BTCPay Server
version: 1.13.1
version: 1.13.1.1
release-notes: |
* Updates to the upstream release of [v1.13.1](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.13.1), which includes some bug fixes and improvements.
* Bumps version bounds for Bitcoin Core
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ export const migration: T.ExpectedExports.migration = async (effects, version, .
),
},
},
"1.13.1",
"1.13.1.1",
)(effects, version, ...args)
}
2 changes: 1 addition & 1 deletion utils/s6-overlay/services/nbxplorer/run
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# capture start height from configuration - used to reset scanner to a certain block height, or the tip, if corrupted
start_height=$(yq e '.advanced.sync-start-height' /datadir/start9/config.yaml)
# start nbxplorer, copying stderr onto stdout
exec dotnet /nbxplorer/NBXplorer.dll --btcrescan=1 --btcstartheight=$(echo $start_height) 2>&1
exec dotnet /nbxplorer/NBXplorer.dll --btcrescan=1 --btcstartheight=$(echo $start_height) --deleteaftermigration 2>&1

0 comments on commit f4d26e0

Please sign in to comment.