I have a .gz
archive that was created by mongodump --gzip
. I want to restore a database from this archive. I use
mongorestore --gzip --archive=filename.gz --db db_name
and then the process stuck (hasn't finished for two hours) mongorestore stuck on this
my MongoDB is running in docker
and i'm trying to restore it inside the container.