Skip to content

Commit e5749b0

Browse files
committed
Use enterprise mongodb for enterprise search snippets
1 parent cb20e63 commit e5749b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/search/02-search-enterprise-deploy/env_variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export OPS_MANAGER_API_KEY="00000-abcd-efgh-1111-12345678"
2020
export OPS_MANAGER_ORG_ID="62a73abcdefgh12345678"
2121

2222
# minimum required MongoDB version for running MongoDB Search is 8.0.10
23-
export MDB_VERSION="8.0.10"
23+
export MDB_VERSION="8.0.10-ent"
2424

2525
# root admin user for convenience, not used here at all in this guide
2626
export MDB_ADMIN_USER_PASSWORD="admin-user-password-CHANGE-ME"

docs/search/04-search-external-mongod/env_variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export K8S_CTX="<your kubernetes context here>"
22

33
export MDB_NS="mongodb"
44

5-
export MDB_VERSION="8.0.10"
5+
export MDB_VERSION="8.0.10-ent"
66

77
export MDB_ADMIN_USER_PASSWORD="admin-user-password-CHANGE-ME"
88
export MDB_USER_PASSWORD="mdb-user-password-CHANGE-ME"

0 commit comments

Comments
 (0)