“Contenedor MongoDB MongoDump OpenShift” Código de respuesta

Contenedor MongoDB MongoDump OpenShift

01) To view all MongoDB environment variables, from local computer run:
oc exec mongodb-XX-XXXXX env 
Puzzled Polecat

Contenedor MongoDB MongoDump OpenShift

02) To perform the dump, go to pod terminal in openshift console and enter this:
mongodump --host MONGODB_SERVICE_HOST:MONGODB_SERVICE_PORT --username admin --password "MONGODB_ADMIN_PASSWORD"
Puzzled Polecat

Respuestas similares a “Contenedor MongoDB MongoDump OpenShift”

Preguntas similares a “Contenedor MongoDB MongoDump OpenShift”

Más respuestas relacionadas con “Contenedor MongoDB MongoDump OpenShift” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código