summaryrefslogtreecommitdiff
path: root/databases/mongodb80/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mongodb80/pkg-message')
-rw-r--r--databases/mongodb80/pkg-message16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/mongodb80/pkg-message b/databases/mongodb80/pkg-message
new file mode 100644
index 000000000000..fb041b1ff931
--- /dev/null
+++ b/databases/mongodb80/pkg-message
@@ -0,0 +1,16 @@
+[
+{ type: install
+ message: <<EOM
+MongoDB on Raspberry Pi can work but is unsupported upstream.
+Please read https://jira.mongodb.org/browse/SERVER-71772 and enable option
+ARMV80A if you run this on a non-LSE ARM cpu like Raspberry Pi 4.
+
+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:27017/
+
+EOM
+}
+]