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 b9d5860 commit 34238ecCopy full SHA for 34238ec
pmm_psmdb-pbm_setup/start-sharded.sh
@@ -272,6 +272,7 @@ echo "configuring pmm-agent on primary rscfg01 for mongos instance"
272
docker compose -f docker-compose-sharded.yaml exec -T rscfg01 pmm-admin add mongodb --agent-password=mypass --cluster=sharded --environment=mongo-sharded-dev --username=${pmm_user} --password=${pmm_pass} mongos_${random_number} mongos:27017
273
274
echo "adding some data"
275
+docker exec mongos yum install -y wget
276
docker exec mongos wget -O mgodatagen_linux_amd64.tar.gz https://github.com/feliixx/mgodatagen/releases/download/v0.12.0/mgodatagen_0.12.0_darwin_amd64.tar.gz
277
docker exec mongos tar -xzf mgodatagen_linux_amd64.tar.gz
278
docker exec mongos mv mgodatagen /usr/local/bin/
0 commit comments