Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed rendering of example #893

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions docs/install/upgrade-from-mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ This procedure describes an in-place upgrade of a `mongod` instance. If you are
$ sudo dpkg -l | grep mongod
```

??? example "Sample output"

```{.text .no-copy}
ii mongodb-org 7.0.2 amd64 MongoDB open source document-oriented database system (metapackage)
ii mongodb-org-database 7.0.2 amd64 MongoDB open source document-oriented database system (metapackage)
ii mongodb-org-database-tools-extra 7.0.2 amd64 Extra MongoDB database tools
ii mongodb-org-mongos 7.0.2 amd64 MongoDB sharded cluster query router
ii mongodb-org-server 7.0.2 amd64 MongoDB database server
ii mongodb-org-shell 7.0.2 amd64 MongoDB shell client
ii mongodb-org-tools 7.0.2 amd64 MongoDB tools
```
??? example "Sample output"

```{.text .no-copy}
ii mongodb-org 7.0.2 amd64 MongoDB open source document-oriented database system (metapackage)
ii mongodb-org-database 7.0.2 amd64 MongoDB open source document-oriented database system (metapackage)
ii mongodb-org-database-tools-extra 7.0.2 amd64 Extra MongoDB database tools
ii mongodb-org-mongos 7.0.2 amd64 MongoDB sharded cluster query router
ii mongodb-org-server 7.0.2 amd64 MongoDB database server
ii mongodb-org-shell 7.0.2 amd64 MongoDB shell client
ii mongodb-org-tools 7.0.2 amd64 MongoDB tools
```

4. Remove the installed packages:

Expand Down Expand Up @@ -104,17 +104,17 @@ This procedure describes an in-place upgrade of a `mongod` instance. If you are
$ sudo rpm -qa | grep mongo
```

??? example "Sample output"

```{.text .no-copy}
mongodb-org-shell-7.0.2-1.el9.x86_64
mongodb-org-database-7.0.2-1.el9.x86_64
mongodb-org-7.0.2-1.el8.x86_64
mongodb-database-tools-100.4.1-1.x86_64
mongodb-org-server-7.0.2-1.el9.x86_64
mongodb-org-mongos-7.0.2-1.el9.x86_64
mongodb-org-tools-7.0.2-1.el9.x86_64
```
??? example "Sample output"

```{.text .no-copy}
mongodb-org-shell-7.0.2-1.el9.x86_64
mongodb-org-database-7.0.2-1.el9.x86_64
mongodb-org-7.0.2-1.el8.x86_64
mongodb-database-tools-100.4.1-1.x86_64
mongodb-org-server-7.0.2-1.el9.x86_64
mongodb-org-mongos-7.0.2-1.el9.x86_64
mongodb-org-tools-7.0.2-1.el9.x86_64
```

3. Remove the installed packages:

Expand Down