You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -n "${MONGO_CUSTOM_URI}" ] ; then
mongo_backup_parameter="--uri=${MONGO_CUSTOM_URI}"
else
mongo_backup_parameter="-d=${r_dbname} -h=${r_dbhost} --port=${r_dbport} ${mongo_user} ${mongo_pass}"
fi
Description of the feature
We have possibility to use uri parameter for
mongodump
, but not formongorestore
Benftits of feature
${MONGO_CUSTOM_URI} for mongodump
Additional context
In usr/local/bin/restore add:
In usr/local/bin/restore change:
The text was updated successfully, but these errors were encountered: