|
722 | 722 | Specify the instance name.
|
723 | 723 | This value must be unique in a replica set.
|
724 | 724 |
|
| 725 | + 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 contains 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 | + |
725 | 740 | See also: :ref:`box_info_name`
|
726 | 741 |
|
727 | 742 | |
|
|
739 | 754 | Specify the name of a replica set to which this instance belongs.
|
740 | 755 | This value must be the same for all instances of the replica set.
|
741 | 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 | + |
742 | 766 | See also: :ref:`box_info_replicaset`
|
743 | 767 |
|
744 | 768 | |
|
|
756 | 780 | Specify the name of a cluster to which this instance belongs.
|
757 | 781 | This value must be the same for all instances of the cluster.
|
758 | 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. |
| 791 | + |
759 | 792 | See also: :ref:`box_info_cluster`
|
760 | 793 |
|
761 | 794 | |
|
|
0 commit comments