Skip to content

Commit

Permalink
Merge branch 'master' into Doc-PLAT-3283
Browse files Browse the repository at this point in the history
  • Loading branch information
lizayugabyte committed Mar 9, 2022
2 parents 5e4f45d + 18b570a commit f4d5b4e
Show file tree
Hide file tree
Showing 117 changed files with 16,001 additions and 288 deletions.
2 changes: 1 addition & 1 deletion docs/content/latest/_index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: YugabyteDB documentation
description: Yugabyte documentation is the best source to learn the most in-depth information about YugabyteDB, Yugabyte Cloud, and Yugabyte Platform.
headcontent: v2.11 — the latest release series
headcontent: v2.13 — the latest release series
type: list
image: /images/ybsymbol_original.png
weight: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ $ helm search repo yugabytedb/yugabyte

```output
NAME CHART VERSION APP VERSION DESCRIPTION
yugabytedb/yugabyte 2.11.2 2.11.2.0-b89 YugabyteDB is the high-performance distributed ...
yugabytedb/yugabyte 2.13.0 2.13.0.0-b42 YugabyteDB is the high-performance distributed ...
```

### Create override files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ $ helm search repo yugabytedb/yugabyte

```output
NAME CHART VERSION APP VERSION DESCRIPTION
yugabytedb/yugabyte 2.11.2 2.11.2.0-b89 YugabyteDB is the high-performance distributed ...
yugabytedb/yugabyte 2.13.0 2.13.0.0-b42 YugabyteDB is the high-performance distributed ...
```

### Create override files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ $ helm search repo yugabytedb/yugabyte

```output
NAME CHART VERSION APP VERSION DESCRIPTION
yugabytedb/yugabyte 2.11.2 2.11.2.0-b89 YugabyteDB is the high-performance distributed ...
yugabytedb/yugabyte 2.13.0 2.13.0.0-b42 YugabyteDB is the high-performance distributed ...
```

### Create override files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ $ helm search repo yugabytedb/yugabyte

```output
NAME CHART VERSION APP VERSION DESCRIPTION
yugabytedb/yugabyte 2.11.2 2.11.2.0-b89 YugabyteDB is the high-performance distributed ...
yugabytedb/yugabyte 2.13.0 2.13.0.0-b42 YugabyteDB is the high-performance distributed ...
```

#### Create the namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $ helm search repo yugabytedb/yugabyte

```output
NAME CHART VERSION APP VERSION DESCRIPTION
yugabytedb/yugabyte 2.11.2 2.11.2.0-b89 YugabyteDB is the high-performance distributed ...
yugabytedb/yugabyte 2.13.0 2.13.0.0-b42 YugabyteDB is the high-performance distributed ...
```

### Install YugabyteDB
Expand Down Expand Up @@ -222,7 +222,7 @@ $ helm history yb-demo -n yb-demo

```output
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Tue Apr 21 17:29:01 2020 deployed yugabyte-2.11.2 2.11.2.0-b89 Install complete
1 Tue Apr 21 17:29:01 2020 deployed yugabyte-2.13.0 2.13.0.0-b42 Install complete
```

## Connect using YugabyteDB shells
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ kubectl version

## Create cluster

Create a cluster includes adding a repository for charts and updating this repository, checking the version, and installing YugabyteDB.
Create a cluster includes adding a repository for charts and updating this repository, checking the version, and installing YugabyteDB.

### Add charts repository

Expand Down Expand Up @@ -106,7 +106,7 @@ Expect the following output:

```output
NAME CHART VERSION APP VERSION DESCRIPTION
yugabytedb/yugabyte 2.11.2 2.11.2.0-b89 YugabyteDB is the high-performance distributed ...
yugabytedb/yugabyte 2.13.0 2.13.0.0-b42 YugabyteDB is the high-performance distributed ...
```

### Install YugabyteDB
Expand Down Expand Up @@ -238,7 +238,7 @@ Expect the following output:

```output
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Thu Apr 13 13:29:13 2020 deployed yugabyte-2.11.2 2.11.2.0-b89 Install complete
1 Thu Apr 13 13:29:13 2020 deployed yugabyte-2.13.0 2.13.0.0-b42 Install complete
```

## Connect using YugabyteDB shells
Expand Down
4 changes: 2 additions & 2 deletions docs/content/latest/deploy/multi-dc/async-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ CREATE TABLE transactions_us
### Steps to create Replication(Unidirectional):
1. Collect child table UUIDs from source universe (partition tables, here transactions_eu, transactions_in and transactions_us) - these will be used while setting up replication. To collect table UUIDs, go to the `Tables` section in the Admin UI (127.0.0.1:7000).

![xCluster_with_GP](../../../../static/images/explore/yb_xcluster_table_uuids.png)
![xCluster_with_GP](/images/explore/yb_xcluster_table_uuids.png)

2. Run the replication setup command for the source universe:
```sh
Expand Down Expand Up @@ -431,4 +431,4 @@ In the event you cannot stop incoming user traffic, then the recommended approac
- [Setup replication](../../../admin/yb-admin/#setup-universe-replication) again, for all of the relevant tables.
- Make sure to pass in the `bootstrap_ids`, as described above.
### For users of Yugabyte Platform (2.11+), please visit the [async-replication-platform](../../yugabyte-platform/create-deployments/async-replication-platform) to configure replication.
### For users of Yugabyte Platform (2.11+), please visit the [async-replication-platform](../../../yugabyte-platform/create-deployments/async-replication-platform/#using-the-yugabyte-platform-ui) to configure replication.
2 changes: 1 addition & 1 deletion docs/content/latest/quick-start/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $ helm search repo yugabytedb/yugabyte

```output
NAME CHART VERSION APP VERSION DESCRIPTION
yugabytedb/yugabyte 2.11.2 2.11.2.0-b89 YugabyteDB is the high-performance distributed ...
yugabytedb/yugabyte 2.13.0 2.13.0.0-b42 YugabyteDB is the high-performance distributed ...
```

Now you are ready to create a local YugabyteDB cluster.
Expand Down
8 changes: 4 additions & 4 deletions docs/content/latest/quick-start/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,27 +96,27 @@ Starting from Ubuntu 20.04, `python` isn't available anymore. An easy fix is to
1. Download the YugabyteDB package using the following `wget` command.

```sh
$ wget https://downloads.yugabyte.com/releases/2.11.2.0/yugabyte-2.11.2.0-b89-linux-x86_64.tar.gz
$ wget https://downloads.yugabyte.com/releases/2.13.0.0/yugabyte-2.13.0.0-b42-linux-x86_64.tar.gz
```

\
OR:

```sh
$ wget https://downloads.yugabyte.com/releases/2.11.2.0/yugabyte-2.11.2.0-b89-el8-aarch64.tar.gz
$ wget https://downloads.yugabyte.com/releases/2.13.0.0/yugabyte-2.13.0.0-b42-el8-aarch64.tar.gz
```

1. Extract the package and then change directories to the YugabyteDB home.

```sh
$ tar xvfz yugabyte-2.11.2.0-b89-linux-x86_64.tar.gz && cd yugabyte-2.11.2.0/
$ tar xvfz yugabyte-2.13.0.0-b42-linux-x86_64.tar.gz && cd yugabyte-2.13.0.0/
```

\
OR:

```sh
$ tar xvfz yugabyte-2.11.2.0-b89-el8-aarch64.tar.gz && cd yugabyte-2.11.2.0/
$ tar xvfz yugabyte-2.13.0.0-b42-el8-aarch64.tar.gz && cd yugabyte-2.13.0.0/
```

## Configure YugabyteDB
Expand Down
4 changes: 2 additions & 2 deletions docs/content/latest/quick-start/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ showAsideToc: true
1. Download the YugabyteDB `tar.gz` file using the following `wget` command.

```sh
$ wget https://downloads.yugabyte.com/releases/2.11.2.0/yugabyte-2.11.2.0-b89-darwin-x86_64.tar.gz
$ wget https://downloads.yugabyte.com/releases/2.13.0.0/yugabyte-2.13.0.0-b42-darwin-x86_64.tar.gz
```

1. Extract the package and then change directories to the YugabyteDB home.

```sh
$ tar xvfz yugabyte-2.11.2.0-b89-darwin-x86_64.tar.gz && cd yugabyte-2.11.2.0/
$ tar xvfz yugabyte-2.13.0.0-b42-darwin-x86_64.tar.gz && cd yugabyte-2.13.0.0/
```

## Configure
Expand Down
4 changes: 2 additions & 2 deletions docs/content/latest/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ section: RELEASES
menu:
latest:
identifier: releases
weight: 100
weight: 1060
isTocNested: true
showAsideToc: true
---
Expand Down Expand Up @@ -53,8 +53,8 @@ For details, see the [Yugabyte Support Policy](https://www.yugabyte.com/support-

| Release series | Released | End of maintenance support | End of Life (EOL) |
| :------------- | :------- | :------------------------- | :---------------- |
| [v2.13](release-notes/v2.13/) ![LATEST](/images/releases/latest.png) | March 7, 2022 | n/a | n/a |
| [v2.12](release-notes/v2.12/) ![CURRENT STABLE](/images/releases/current-stable.png) | February 22, 2022 | February 22, 2023 | August 22, 2023 |
| [v2.11](release-notes/v2.11/) ![LATEST](/images/releases/latest.png) | November 22, 2021 | n/a | n/a |
| [v2.8](release-notes/v2.8/) | November 15, 2021 | November 15, 2022 | June 15, 2023 |
| [v2.6](release-notes/v2.6/) | July 5, 2021 | July 5, 2022 | January 5, 2023 |
| [v2.4](release-notes/v2.4/) | January 22, 2021 | January 22, 2022 | July 21, 2022 |
Expand Down
11 changes: 4 additions & 7 deletions docs/content/latest/releases/release-notes/v2.11.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
title: What's new in the v2.11 latest release series
headerTitle: What's new in the v2.11 latest release series
linkTitle: v2.11 series (latest)
description: Enhancements, changes, and resolved issues in the v2.11 latest release series.
title: What's new in the v2.11 release series
headerTitle: What's new in the v2.11 release series
linkTitle: v2.11 series
description: Enhancements, changes, and resolved issues in the v2.11 release series.
image: /images/section_icons/quick_start/install.png
aliases:
- /latest/releases/release-notes/latest-release/
- /latest/releases/whats-new/latest-release
menu:
latest:
identifier: v2.11
Expand Down

0 comments on commit f4d5b4e

Please sign in to comment.