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
{{ message }}
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: strata/cmd/mongo/lreplica_drivers/lrs3driver/lrs3driver.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ type AWSOptions struct {
27
27
28
28
// ReplicaOptions are used for commands like backup and restore
29
29
typeReplicaOptionsstruct {
30
-
DatabaseHostnamestring`long:"database-hostname" default:"localhost" description:"Database hostname can be override with a specific hostname in most cases localhost is sufficient"`
30
+
LocalHostnamestring`long:"local-hostname" default:"localhost" description:"'localhost' or a hostname that is accessible on the local machine via e.g. kubernetes network"`
31
31
MaxBackgroundCopiesint`long:"max-background-copies" default:"16" description:"Backup and restore actions will use up to this many goroutines to copy files"`
32
32
Portint`long:"port" default:"27017" description:"Backup should look for a mongod instance that is listening on this port"`
33
33
Usernamestring`long:"username" description:"If auth is configured, specify the username with admin privileges here"`
0 commit comments