gpt4 book ai didi

mongodb - 使用带有标准 Mongo URI 的 mongodump

转载 作者:可可西里 更新时间:2023-11-01 09:11:58 24 4
gpt4 key购买 nike

mongo 客户端可以使用标准 URI 进行连接:

mongo mongodb://<dbuser>:<dbpassword>@<server>:<port>/<db>

但是,mongodump 似乎需要一种笨拙的语法将其分解为不同的参数:

mongodump -u dbuser -p dbpassword -h server -p port -d db ...

是否也有一种快速简便的方法将 URI 传递给 mongodump

最佳答案

--uri 选项是在 MongoDB 3.4.6 的次要版本中添加的。 JIRA 问题 TOOLS-1587 中引用了这一点.

它实际上直到 MongoDB 3.6 版本才获得官方文档,但它是 now in the manual page

--uri
New in version 3.4.6.

Specify a resolvable URI connection string for the mongod to which to connect.

The following is the standard URI connection scheme:

mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]

For detailed explanations of the components of this string, refer to the Connection String URI Format documentation.

相同的 --uri 选项被添加到其他工具,例如 mongoexport , mongoimportmongorestore .

关于mongodb - 使用带有标准 Mongo URI 的 mongodump,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46236542/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com