diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e993e00c24df18c29bd5a0f4256f5d399a12a5a..858dba0dec1d7673baab6239a83a73b18b89c1b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ SET( CPACK_GENERATOR "DEB")
 SET( CPACK_PACKAGE_NAME  "${PROJECT_NAME}")
 SET( CPACK_PACKAGE_VERSION_MAJOR 2)
 SET( CPACK_PACKAGE_VERSION_MINOR 4)
-SET( CPACK_PACKAGE_VERSION_PATCH 8)
+SET( CPACK_PACKAGE_VERSION_PATCH 10)
 
 SET( CPACK_SYSTEM_NAME "debian-9.9-amd64")
 SET( CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}")
diff --git a/debian/config b/debian/config
index 9a979e0acd224b131b127a85b8e69eeedd4500b6..2dc7261f86388e5b81021638c6dedf5a38719bb4 100755
--- a/debian/config
+++ b/debian/config
@@ -3,8 +3,6 @@
 
 case "$1" in
 reconfigure|configure)
-   db_input critical cellframe-node/node_type || true 
-   db_go || true 
 
    db_input critical cellframe-node/auto_online || true 
    db_go || true 
@@ -24,6 +22,12 @@ reconfigure|configure)
    db_input low cellframe-node/server_port || true 
    db_go || true 
 
+   db_input critical cellframe-node/kelvin_testnet_enabled || true 
+   db_go || true 
+
+   db_input critical cellframe-node/kelvin_testnet_node_type || true 
+   db_go || true 
+
 ;;
 *)
    echo "config called with unknown argument \`$1'" >&2