Back to Scylladb

ScyllaDB Housekeeping and how to disable it

docs/getting-started/installation-common/disable-housekeeping.rst

latest894 B
Original Source

============================================ ScyllaDB Housekeeping and how to disable it

It is always recommended to run the latest stable version of ScyllaDB.

When you install ScyllaDB, it installs by default two services: scylla-housekeeping-restart and scylla-housekeeping-daily. These services check for the latest ScyllaDB version and prompt the user if they are using a version that is older than what is publicly available. Information about your ScyllaDB deployment, including the ScyllaDB version currently used, as well as unique user and server identifiers, are collected by a centralized service.

To disable these service, update file /etc/scylla.d/housekeeping.cfg as follow: check-version: False

See also:

  • ScyllaDB privacy <https://www.scylladb.com/privacy/>_
  • :doc:Getting Started </getting-started/index>