-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 3.4.9
-
Component/s: None
-
None
-
Environment:MongoDB 3.4.9
-
Not Needed
Unless you use '=' in between the '--archive' option and the file name, it does not work, just hangs there.
# Hangs $ mongorestore --verbose --gzip --archive DATA.tar.gz 2017-09-17T10:00:49.306-0700 using write concern: w='majority', j=false, fsync=false, wtimeout=0 ^C2017-09-17T10:00:55.425-0700 signal 'interrupt' received; attempting to shut down ^C2017-09-17T10:00:56.676-0700 signal 'interrupt' received; forcefully terminating # Works $ mongorestore --verbose --gzip --archive=DATA.tar.gz 2017-09-17T10:01:01.852-0700 using write concern: w='majority', j=false, fsync=false, wtimeout=0 2017-09-17T10:01:01.881-0700 archive ...
- duplicates
-
TOOLS-1440 mongorestore --archive foo doesn't act right, or do what users expect
-
- Accepted
-