File tree Expand file tree Collapse file tree 3 files changed +50
-2
lines changed
doc/reference/tooling/tcm Expand file tree Collapse file tree 3 files changed +50
-2
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,4 @@ to read data. LDAP authorization is supported as well.
43
43
tcm_audit_log
44
44
tcm_configuration
45
45
tcm_configuration_reference
46
+ tcm_data_storage
Original file line number Diff line number Diff line change @@ -1040,8 +1040,7 @@ The ``log`` section defines the |tcm| logging parameters.
1040
1040
storage
1041
1041
-------
1042
1042
1043
- The ``storage `` section defines the parameters of the configuration storage that
1044
- |tcm | uses for connected clusters.
1043
+ The ``storage `` section defines the parameters of the |tcm | data storage.
1045
1044
1046
1045
- :ref: `storage.provider <tcm_configuration_reference_storage_provider >`
1047
1046
Original file line number Diff line number Diff line change
1
+ .. _tcm_data_storage :
2
+
3
+ Data storage
4
+ ============
5
+
6
+
7
+ .. include :: index.rst
8
+ :start-after: ee_note_tcm_start
9
+ :end-before: ee_note_tcm_end
10
+
11
+ |tcm_full_name | stores its data in a storage
12
+ one of two types: etcd and tarantool
13
+
14
+ TCM data includes users/roles/clusters/etc.
15
+
16
+
17
+ Storage connection parameters are storage.*
18
+
19
+ TCM clustering: configure the same storage in two or more TCM instances
20
+
21
+ Embedded storage for development purposes: tcm.etcd.embed and tcm.tarantool.embed
22
+
23
+
24
+ etcd storage
25
+ ------------
26
+
27
+ storage.etcd.* configuration parameters
28
+
29
+ Tarantool-based storage
30
+ -----------------------
31
+
32
+ storage.tarantool.* configuration parameters
33
+
34
+
35
+ Embedded data storage
36
+ ---------------------
37
+
38
+ storage.etcd.embed.* configuration parameters
39
+
40
+ .. code-block :: console
41
+
42
+ ./tcm --storage.etcd.embed.enabled
43
+ # or
44
+ ./tcm --storage.tarantool.embed.enabled
45
+
46
+ Possible fine tuning:
47
+
48
+
You can’t perform that action at this time.
0 commit comments