File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 292292 # The nix-bitcoin release version that your config is compatible with.
293293 # When upgrading to a backwards-incompatible release, nix-bitcoin will display an
294294 # an error and provide instructions for migrating your config to the new release.
295- nix-bitcoin . configVersion = "0.0.70 " ;
295+ nix-bitcoin . configVersion = "0.0.85 " ;
296296}
Original file line number Diff line number Diff line change 231231 The `lndconnect-rest-onion` binary has been renamed to `lndconnect-onion`.
232232 '' ;
233233 }
234+ {
235+ version = "0.0.85" ;
236+ condition = config . services . fulcrum . enable ;
237+ message = ''
238+ Fulcrum 1.9.0 has changed its database format.
239+ The database update happens automatically and instantly on deployment,
240+ but you can't switch back to an older Fulcrum version afterwards.
241+ '' ;
242+ }
234243 ] ;
235244
236245 mkOnionServiceChange = service : {
You can’t perform that action at this time.
0 commit comments