File: index.rst

package info (click to toggle)
pg-auto-failover 2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,368 kB
  • sloc: ansic: 58,369; python: 5,515; sql: 3,177; makefile: 629; sh: 35
file content (86 lines) | stat: -rw-r--r-- 2,216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.. pg_auto_failover documentation master file, created by
   sphinx-quickstart on Sat May  5 14:33:23 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to pg_auto_failover's documentation!
============================================

The pg_auto_failover project is an Open Source Software project. The
development happens at `https://github.com/citusdata/pg_auto_failover`__ and
is public: everyone is welcome to participate by opening issues or pull
requests, giving feedback, etc.

Remember that the first steps are to actually play with the pg_autoctl
command, then read the entire available documentation (after all, I took the
time to write it), and then to address the community in a kind and polite
way — the same way you would expect people to use when addressing you.

__ https://github.com/citusdata

.. note::

   The development of pg_auto_failover has been driven by Citus Data, since
   then a team at Microsoft. The Citus Data team at Microsoft generously
   maintains the pg_auto_failover Open Source Software so that its users may
   continue using it in production.

   For enhancements, improvements, and new features, consider contributing
   to the project. Pull Requests are reviewed as part of the offered
   maintenance.

.. note::

   Assistance is provided as usual with Open Source projects, on a voluntary
   basis. If you need help to cook a patch, enhance the documentation, or
   even to use the software, you're welcome to ask questions and expect some
   level of free guidance.

.. toctree::
   :hidden:
   :caption: Getting Started

   intro
   how-to
   tutorial
   azure-tutorial
   install

.. toctree::
   :hidden:
   :caption: Architecture

   architecture
   architecture-multi-standby
   failover-state-machine
   fault-tolerance
   security

.. toctree::
   :hidden:
   :caption: Citus

   citus
   citus-quickstart

.. toctree::
   :hidden:
   :caption: Manual Pages

   ref/manual
   ref/configuration

.. toctree::
   :hidden:
   :caption: Operations

   operations
   faq

..
   Indices and tables
   ==================

   * :ref:`genindex`
   * :ref:`modindex`
   * :ref:`search`