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 bdf65ef commit 286e079Copy full SHA for 286e079
docs/search/03-search-query-usage/code_snippets/03_0420_import_movies_mflix_database.sh
@@ -1,7 +1,6 @@
1
# Restore sample_mflix database. Provide any TLS parameters directly within MDB_CONNECTION_STRING.
2
kubectl exec -n "${MDB_NS}" --context "${K8S_CTX}" \
3
mongodb-tools-pod -- env MDB_CONNECTION_STRING="${MDB_CONNECTION_STRING}" /bin/bash -eu -c "$(cat <<'EOF'
4
-set -o pipefail
5
echo "Downloading sample database archive..."
6
curl -fSL https://atlas-education.s3.amazonaws.com/sample_mflix.archive -o /tmp/sample_mflix.archive
7
0 commit comments