Skip to content

Commit

Permalink
Merge pull request #14422 from benhoyt/juju-db-4.4
Browse files Browse the repository at this point in the history
Correct "snap install juju-db" channel to get Mongo 4.4
  • Loading branch information
wallyworld committed Aug 4, 2022
2 parents 6f1830a + ab2b10f commit 677b411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Many tests use a standalone instance of `mongod` as part of their setup. The
`mongod` binary found in `$PATH` is executed by these suites. If you don't already have MongoDB installed, or have difficulty using your installed version to run Juju tests, you may want to install the [`juju-db` snap](https://snapcraft.io/juju-db), which is guaranteed to work with Juju.

```bash
sudo snap install juju-db
sudo snap install juju-db --channel 4.4/stable
sudo snap alias juju-db.mongod mongod
sudo snap alias juju-db.mongo mongo
```
Expand Down

0 comments on commit 677b411

Please sign in to comment.