We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8ee88 commit 656b23cCopy full SHA for 656b23c
pmm_psmdb-pbm_setup/start-rs.sh
@@ -14,6 +14,9 @@ export COMPOSE_PROFILES=${profile}
14
15
docker compose -f docker-compose-rs.yaml -f docker-compose-pmm.yaml down -v --remove-orphans
16
docker compose -f docker-compose-rs.yaml -f docker-compose-pmm.yaml build
17
+sed -E 's/.+fork.+//' -i conf/mongod-rs/mongod.conf
18
+sed -E 's/.+pidFilePath.+//' -i conf/mongod-rs/mongod.conf
19
+sed -E 's/.+processManagement.+//' -i conf/mongod-rs/mongod.conf
20
docker compose -f docker-compose-pmm.yaml -f docker-compose-rs.yaml up -d
21
echo
22
echo "waiting 30 seconds for pmm-server to start"
0 commit comments