Hello,
copyDatabase() is deprecated and mongodump + mongorestore are recommanded to copy database.
https://docs.mongodb.com/database-tools/mongodump/#mongodump-example-copy-clone-database
However, does it means that I need to download to local and re-upload the entire database?
Is there anyway to copy only on the Atlas Cluster?