diff --git a/content/en/docs/24.0/user-guides/configuration-basic/global-topo.md b/content/en/docs/24.0/user-guides/configuration-basic/global-topo.md index 5d5e261a3..3e2b85b80 100644 --- a/content/en/docs/24.0/user-guides/configuration-basic/global-topo.md +++ b/content/en/docs/24.0/user-guides/configuration-basic/global-topo.md @@ -38,7 +38,7 @@ To be safe, you may want to bring up etcd with `--enable-v2=true`, even though i It is generally not recommended that you migrate from one type of toposerver to another. However, if absolutely necessary, you can use the [topo2topo](../../../reference/features/topology-service/#migration-between-implementations) command line tool to perform this migration. -## Backups +## Backing up TopoServer data It is important to periodically backup the data in the TopoServer. Although most of the information in the TopoServer can be manually reconstructed, it is still a painful task. This can be avoided if a recent backup was readily available. diff --git a/content/en/docs/24.0/user-guides/configuration-basic/keyspaces-shards.md b/content/en/docs/24.0/user-guides/configuration-basic/keyspaces-shards.md index 09cc4a162..c7c772ffa 100644 --- a/content/en/docs/24.0/user-guides/configuration-basic/keyspaces-shards.md +++ b/content/en/docs/24.0/user-guides/configuration-basic/keyspaces-shards.md @@ -2,7 +2,7 @@ title: Keyspaces and Shards weight: 7 --- - +## Creating keyspaces and shards You can create keyspaces and shards using [vtctldclient](../../../reference/programs/vtctldclient) commands. However, they are not necessary because these are implicitly created as you bring up the vttablets. The canonical information for keyspaces and shards is initially created in the global topo. This information is then deployed to the cell-specific topos through rebuild commands like `RebuildKeyspaceGraph` and `RebuildVSchemaGraph`. These commands are implicitly issued on your behalf whenever applicable. But there are situations where you will have to issue them manually. For example, if you create a new cell, you will have to issue these commands to copy the data into the new cell. diff --git a/content/en/docs/24.0/user-guides/configuration-basic/vtctld.md b/content/en/docs/24.0/user-guides/configuration-basic/vtctld.md index 72e8fa447..281a8a3f5 100644 --- a/content/en/docs/24.0/user-guides/configuration-basic/vtctld.md +++ b/content/en/docs/24.0/user-guides/configuration-basic/vtctld.md @@ -26,7 +26,7 @@ Similarly, if grpc-vtctld is not specified as a service\_map for vtctld, you wil vtctld is usually not very resource intensive. But you may need to provision more if you plan to run the `VDiff` command. This functionality will soon be moved to vttablet. -## vtctldclient +## Configuring an alias for vtctldclient Since we will be using `vtctldclient` often, it will be convenient to configure an alias for it: