summaryrefslogtreecommitdiff
path: root/databases/mongodb60/pkg-message
blob: 047b46f2ccb17e6a591d5587564500d2969e8125 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
MongoDB on Rasperry Pi can work but is unsupported upstream.
Please read https://jira.mongodb.org/browse/SERVER-71772 if you run this
on a non-LSE ARM cpu.

MongoDB 6.0 and up do not include the 'mongo' CLI shell anymore. You can
use the MongoDB Shell (https://github.com/mongodb-js/mongosh).
# pkg install npm
$ npm install mongosh
$ npx mongosh mongodb://127.0.0.1:27117/

EOM
}
]