2018-03-13 13:09:35 -07:00

35 lines
1.2 KiB
ReStructuredText

:orphan:
##########
Operations
##########
Ready to operate an externally accessible FoundationDB cluster? You'll find what you need to know here.
* :doc:`building-cluster` walks you through installation of an externally accessible cluster on one or more machines. Using FoundationDB in this way is not supported on macOS.
* :doc:`configuration` contains *reference* information for configuring a new cluster. You should read this document before setting up a cluster for performance testing or production use.
* :doc:`administration` covers administration of an *existing* externally accessible cluster.
* :doc:`command-line-interface` covers use of the ``fdbcli`` tool.
* :doc:`mr-status` describes the JSON encoding of a cluster's status information.
* :doc:`backups` covers the FoundationDB backup tool, which provides an additional level of protection by supporting recovery from disasters or unintentional modification of the database.
* :doc:`platforms` describes issues on particular platforms that affect the operation of FoundationDB.
.. toctree::
:maxdepth: 2
:titlesonly:
:hidden:
building-cluster
configuration
administration
command-line-interface
mr-status
backups
platforms