Files
scylladb/docs/getting-started/installation-common/disable-housekeeping.rst
Anna Stuchlik f65db4e8eb doc: remove the links to the Download Center
This commit removes the remaining links to the Download Center on the website.
We no longer use it for installation, and we don't want users to infer that
something like that still exists.

Fixes https://github.com/scylladb/scylladb/issues/27753

Closes scylladb/scylladb#27756
2025-12-19 12:53:40 +01:00

21 lines
900 B
ReStructuredText

============================================
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>`