Skip to content

Commit 9019a17

Browse files
erikarvstedtjonasnick
authored andcommitted
versioning: add fulcrum db change info
1 parent aae4b6b commit 9019a17

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

examples/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,5 @@
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
}

modules/versioning.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,15 @@ let
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: {

0 commit comments

Comments
 (0)