You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following rules are applied to instance names:
726
+
727
+
- The maximum number of symbols is 63.
728
+
- Should start with a letter.
729
+
- Can contain lowercase letters (a-z). If uppercase letters are used, they are converted to lowercase.
730
+
- Can contain digits (0-9).
731
+
- Can contain the following characters: ``-``, ``_``.
732
+
733
+
To change or remove the specified name, you should temporarily set the :ref:`box.cfg.force_recovery <cfg_binary_logging_snapshots-force_recovery>` configuration option to ``true``.
734
+
When all the names are updated and all the instances synced, ``box.cfg.force_recovery`` can be set back to ``false``.
735
+
736
+
.. NOTE::
737
+
738
+
The instance name is persisted in the :ref:`box.space._cluster <box_space-cluster>` system space.
739
+
740
+
See also: :ref:`box_info_name`
741
+
742
+
|
743
+
|Type: string
744
+
|Default: null
745
+
|Environment variable: TT_INSTANCE_NAME
746
+
|Dynamic: no
747
+
748
+
.. _cfg_replication-replicaset_name:
749
+
750
+
.. confval:: replicaset_name
751
+
752
+
Since version :doc:`3.0.0 </release/3.0.0>`.
753
+
754
+
Specify the name of a replica set to which this instance belongs.
755
+
This value must be the same for all instances of the replica set.
756
+
757
+
See the :ref:`instance_name <cfg_replication-instance_name>` description to learn:
758
+
759
+
- which rules are applied to names
760
+
- how to change or remove an already specified name
761
+
762
+
.. NOTE::
763
+
764
+
The replica set name is persisted in the :ref:`box.space._schema <box_space-schema>` system space.
765
+
766
+
See also: :ref:`box_info_replicaset`
767
+
768
+
|
769
+
|Type: string
770
+
|Default: null
771
+
|Environment variable: TT_REPLICASET_NAME
772
+
|Dynamic: no
773
+
774
+
.. _cfg_replication-cluster_name:
775
+
776
+
.. confval:: cluster_name
777
+
778
+
Since version :doc:`3.0.0 </release/3.0.0>`.
779
+
780
+
Specify the name of a cluster to which this instance belongs.
781
+
This value must be the same for all instances of the cluster.
782
+
783
+
See the :ref:`instance_name <cfg_replication-instance_name>` description to learn:
784
+
785
+
- which rules are applied to names
786
+
- how to change or remove an already specified name
787
+
788
+
.. NOTE::
789
+
790
+
The cluster name is persisted in the :ref:`box.space._schema <box_space-schema>` system space.
0 commit comments