[Questions] Khepri features disable after import ? #14883
-
Community Support Policy
RabbitMQ version used4.1.4 Erlang version used27.3.x Operating system (distribution) usedUbuntu 24.04 How is RabbitMQ deployed?Debian package rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Status of node rabbit@svqal1202 ...
Runtime
OS PID: 2283259 Plugins Enabled plugin file: /etc/rabbitmq/enabled_plugins
Data directory Node data directory: /rabbitmq_data/khepri/rabbit@svqal1202 Config files
Log file(s)
Alarms (none) Tags (none) Memory Total memory used: 0.3212 gb allocated_unused: 0.2463 gb (55.82 %) File Descriptors Total: 0, limit: 32671 Free Disk Space Low free disk space watermark: 0.05 gb Totals Connection count: 0 Listeners Interface: 0.0.0.0, port: 15672, protocol: http, purpose: HTTP API Logs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
2025-11-03 08:20:53.194860+00:00 [warning] <0.10092828.0> Deprecated features: `management_metrics_collection`: Feature `management_metrics_collection` is deprecated.
2025-11-03 08:20:53.194860+00:00 [warning] <0.10092828.0> By default, this feature can still be used for now.
2025-11-03 08:20:53.194860+00:00 [warning] <0.10092828.0> Its use will not be permitted by default in a future minor RabbitMQ version and the feature will be removed from a future major RabbitMQ version; actual versions to be determined.
2025-11-03 08:20:53.194860+00:00 [warning] <0.10092828.0> To continue using this feature when it is not permitted by default, set the following parameter in your configuration:
2025-11-03 08:20:53.194860+00:00 [warning] <0.10092828.0> "deprecated_features.permit.management_metrics_collection = true"
2025-11-03 08:20:53.194860+00:00 [warning] <0.10092828.0> To test RabbitMQ as if the feature was removed, set this in your configuration:
2025-11-03 08:20:53.194860+00:00 [warning] <0.10092828.0> "deprecated_features.permit.management_metrics_collection = false"
Logs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs Logs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs rabbitmq.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
########################################
# 🐇 Configuration de base
########################################
######################################## 🌐 Réseau######################################## Port AMQP standardlisteners.tcp.default = 5672 ######################################## 🧩 Plugins######################################## Activer le plugin de gestionmanagement.listener.port = 15672 ######################################## 🧩 SSL######################################## #listeners.ssl.default = 5671 ######################################## 🔐 Sécurité######################################## Utilisateur par défaut (à changer en prod)#default_user = admin Global log levellog.file.level = info Category-specific levels#log.file.formatter.level_format= Console output settings (useful for containers)log.console = true Steps to deploy RabbitMQ clusterNo cluster / standalone mode Steps to reproduce the behavior in questionMake an export from old rabbitmq (3.9) advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
[
{rabbit, [
{database, khepri}
]}
].
Application code# PASTE CODE HERE, BETWEEN BACKTICKSKubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKSWhat problem are you trying to solve?Follow this link :https://www.rabbitmq.com/docs/definitions#export-and-transform-definitions I don't understand, on my last discussion : #14862, khepri features was enabled and after an import/export i saw "khepri_db" fetaures to disabled state ?? today : My last actions from friday were to move data folder to another disk and import definitions from an old rabbitmq server to this one. thanks for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
It's not possible to disable Khepri once it was enabled. By moving the data around, you must have effectively reset the node (you lost the data and the node you are running now is basically a fresh node, which has never had Khepri enabled) |
Beta Was this translation helpful? Give feedback.
rabbitmqctl resetcompletely erases all data