From d119c207b96659a30148b2bd807b0bd0be700abe Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sat, 7 Jan 2023 11:11:42 +0100 Subject: [PATCH] versioning: add fulcrum db change info --- examples/configuration.nix | 2 +- modules/versioning.nix | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/examples/configuration.nix b/examples/configuration.nix index ff781af..0305b1c 100644 --- a/examples/configuration.nix +++ b/examples/configuration.nix @@ -292,5 +292,5 @@ # The nix-bitcoin release version that your config is compatible with. # When upgrading to a backwards-incompatible release, nix-bitcoin will display an # an error and provide instructions for migrating your config to the new release. - nix-bitcoin.configVersion = "0.0.70"; + nix-bitcoin.configVersion = "0.0.85"; } diff --git a/modules/versioning.nix b/modules/versioning.nix index 3a53265..8254132 100644 --- a/modules/versioning.nix +++ b/modules/versioning.nix @@ -231,6 +231,15 @@ let The `lndconnect-rest-onion` binary has been renamed to `lndconnect-onion`. ''; } + { + version = "0.0.85"; + condition = config.services.fulcrum.enable; + message = '' + Fulcrum 1.9.0 has changed its database format. + The database update happens automatically and instantly on deployment, + but you can't switch back to an older Fulcrum version afterwards. + ''; + } ]; mkOnionServiceChange = service: {