mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 16:22:15 +00:00
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
21 lines
900 B
ReStructuredText
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>`
|
|
|
|
|
|
|
|
|