How can I easily duplicate my production database ( mydb ) to create a dev database ( mydb-dev )?
The rethinkdb restore command rethinkdb restore not seem to be able to specify the name of the output database. He has only the opportunity to choose which database I would like to restore from the dump. I am using rethinkdb 1.16.3
database-administration rethinkdb
3k-
source share