How can I restore an specific database inside a cluster and to a new database inside that cluster with another name. Let’s assume we have cluster-one and inside it we have database-one. Now i need to restore the database-one backup (last week backup) into the cluster-one cluster and with a new name, e.x. temp-database-one.
Is this possible?
Is there any way to do the same thing in mongodb atlas?