Skip to content

Commit

Permalink
PSMDB-1536 Added a missing step to install steps (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 authored Sep 24, 2024
1 parent 6c15ba9 commit 4fa8056
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 18 deletions.
36 changes: 24 additions & 12 deletions docs/install/install-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,19 @@ If you already run Percona Server for MongoDB and wish to upgrade to Percona Ser

=== ":octicons-file-code-24: Configuration file"

Create the `/root/.percona-private-repos.config` configuration file with the following content:
1. Create the `/root/.percona-private-repos.config` configuration file with the following content:

```ini title="/root/.percona-private-repos.config"
[psmdb-60-pro]
USER_NAME=<Your Customer ID>
REPO_TOKEN=<Your PRO repository token>
```
```ini title="/root/.percona-private-repos.config"
[psmdb-60-pro]
USER_NAME=<Your Customer ID>
REPO_TOKEN=<Your PRO repository token>
```

2. Enable the repository

```{.bash .data-prompt="$"}
$ sudo percona-release enable psmdb-60-pro release
```

5. Install Percona Server for MongoDB Pro packages:

Expand Down Expand Up @@ -80,13 +86,19 @@ If you already run Percona Server for MongoDB and wish to upgrade to Percona Ser

=== ":octicons-file-code-24: Configuration file"

Create the `/root/.percona-private-repos.config` configuration file with the following content:
1. Create the `/root/.percona-private-repos.config` configuration file with the following content:

```ini title="/root/.percona-private-repos.config"
[psmdb-60-pro]
USER_NAME=<Your Customer ID>
REPO_TOKEN=<Your PRO repository token>
```

2. Enable the repository

```ini title="/root/.percona-private-repos.config"
[psmdb-60-pro]
USER_NAME=<Your Customer ID>
REPO_TOKEN=<Your PRO repository token>
```
```{.bash .data-prompt="$"}
$ sudo percona-release enable psmdb-60-pro release
```

3. Install Percona Server for MongoDB Pro packages:

Expand Down
19 changes: 13 additions & 6 deletions docs/install/update-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,20 @@ This document provides instructions how you can upgrade from Percona Server for

=== ":octicons-file-code-24: Configuration file"

Create the `/root/.percona-private-repos.config` configuration file with the following content:
1. Create the `/root/.percona-private-repos.config` configuration file with the following content:

```ini title="/root/.percona-private-repos.config"
[psmdb-60-pro]
USER_NAME=<Your Customer ID>
REPO_TOKEN=<Your PRO repository token>
```
```ini title="/root/.percona-private-repos.config"
[psmdb-60-pro]
USER_NAME=<Your Customer ID>
REPO_TOKEN=<Your PRO repository token>
```

2. Enable the repository

```{.bash .data-prompt="$"}
$ sudo percona-release enable psmdb-60-pro release
```

4. Install Percona Server for MongoDB Pro packages

Expand Down

0 comments on commit 4fa8056

Please sign in to comment.