I want to duplicate a database using Mongoid. I've tried
Mongoid.default_session.command(copydb: 1,fromdb: "source", todb: "destination")
But this gives me an error as I'm not currently in the admin database. Is there a way I can do this?
I want to duplicate a database using Mongoid. I've tried
Mongoid.default_session.command(copydb: 1,fromdb: "source", todb: "destination")
But this gives me an error as I'm not currently in the admin database. Is there a way I can do this?
Copyright © 2021 Jogjafile Inc.
You have to be inside the admin database to do this. So you can do: