File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# this script downloads all tools required to use FLE with mongodb, then starts a cluster of the provided configuration (sharded on 8.0 server)
6
6
7
- export CWD=$( pwd) ;
8
- export DRIVERS_TOOLS_PINNED_COMMIT=35d0592c76f4f3d25a5607895eb21b491dd52543 ;
7
+ export CWD=$( pwd)
8
+ export DRIVERS_TOOLS_PINNED_COMMIT=4e18803c074231ec9fc3ace8f966e2c49d9874bb
9
9
10
10
# install extra dependency
11
11
npm install --no-save mongodb-client-encryption
@@ -33,11 +33,9 @@ if [ ! -d "data" ]; then
33
33
34
34
# configure cluster settings
35
35
export DRIVERS_TOOLS=$CWD /data/drivers-evergreen-tools
36
- export MONGODB_VERSION=8.0
37
- export AUTH=true
36
+ export AUTH=auth
38
37
export MONGODB_BINARIES=$DRIVERS_TOOLS /mongodb/bin
39
- export MONGO_ORCHESTRATION_HOME=$DRIVERS_TOOLS /mo
40
- export PROJECT_ORCHESTRATION_HOME=$DRIVERS_TOOLS /.evergreen/orchestration
38
+ export MONGO_ORCHESTRATION_HOME=$DRIVERS_TOOLS /.evergreen/orchestration
41
39
export TOPOLOGY=sharded_cluster
42
40
export SSL=nossl
43
41
@@ -46,12 +44,12 @@ if [ ! -d "data" ]; then
46
44
mkdir mo
47
45
cd -
48
46
49
- rm expansions.sh 2> /dev/null
47
+ rm expansions.sh 2> /dev/null
50
48
51
49
echo ' Configuring Cluster...'
52
50
53
51
# start cluster
54
- (bash $DRIVERS_TOOLS /.evergreen/run-orchestration.sh) 1> /dev/null 2> /dev/null
52
+ (bash $DRIVERS_TOOLS /.evergreen/run-orchestration.sh) 1> /dev/null 2> /dev/null
55
53
56
54
echo ' Cluster Configuration Finished!'
57
55
You can’t perform that action at this time.
0 commit comments